Html Css Color HEX #CC3308 Harley Davidson Orange

📋 copy color: '#CC3308'

red 204 ◦ green 51 ◦ blue 8

#CC3308
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CC3308

Tints of Harley Davidson Orange #CC3308

RGB

 RED value IS 204 (80.08% from 255) = 77.57%

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 77.57%
G = 19.39%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC3308 (or 0xCC3308) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 08. RGB value is (204,51,8). Sum of RGB (Red+Green+Blue) = 204+51+8=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3308 is #33CCF7. Grayscale: #5C5C5C. Windows color (decimal): -3394808 or 537548. OLE color: 537548.

HSL color Cylindrical-coordinate representation of color #CC3308: hue angle of 13.16º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC3308 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 51 8 -
CMYK 0 0.75 0.96 0.2
HSL 13.16º 0.92% 0.42% -
HSV(B) 13.16º 0.96% 0.8% -
XYZ 26.13 15.22 1.79 -
YUV 91.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 204 51 8 0 0.75 0.96 0.2 13.16 0.92 0.42
Hex CC 33 8 0 4B 60 14 D 5C 2A
Octal 314 63 10 0 113 140 24 15 134 52
Binary 11001100 110011 1000 0 1001011 1100000 10100 1101 1011100 101010

Color Harmonies of #CC3308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3308

Black with #CC3308

Text Example


Text Example

White with #CC3308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3308; }

 p { color: rgb(204,51,8); }

 H1.HeaderClassName
 {
   color: #CC3308;
 }
 .AnyTagClassName
 {
   color: #CC3308;
 }
</style>

background-color css

<style>
 a { background-color: #CC3308; }

 a { background-color: rgb(204,51,8); }

 div.DivClassName
 {
   background-color: #CC3308;
 }
 .BgClassName
 {
   background-color: #CC3308;
 }
</style>

border-color css

<style>
 span { border-color: #CC3308; }

 span { border-color: rgb(204,51,8); }

 td.TdClassName
 {
   border-color: #CC3308;
 }
 .TagClassName
 {
   border-color: #CC3308;
 }
</style>