Html Css Color HEX #CC3309 Harley Davidson Orange

📋 copy color: '#CC3309'

red 204 ◦ green 51 ◦ blue 9

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

Shades of Harley Davidson Orange #CC3309

Tints of Harley Davidson Orange #CC3309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.41%

R = 77.27%
G = 19.32%
B = 3.41%

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

#CC3309 (or 0xCC3309) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 09. RGB value is (204,51,9). Sum of RGB (Red+Green+Blue) = 204+51+9=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3309 is #33CCF6. Grayscale: #5C5C5C. Windows color (decimal): -3394807 or 603084. OLE color: 603084.

HSL color Cylindrical-coordinate representation of color #CC3309: hue angle of 12.92º 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 #CC3309 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 51 9 -
CMYK 0 0.75 0.96 0.2
HSL 12.92º 0.92% 0.42% -
HSV(B) 12.92º 0.96% 0.8% -
XYZ 26.13 15.22 1.82 -
YUV 91.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 204 51 9 0 0.75 0.96 0.2 12.92 0.92 0.42
Hex CC 33 9 0 4B 60 14 D 5C 2A
Octal 314 63 11 0 113 140 24 15 134 52
Binary 11001100 110011 1001 0 1001011 1100000 10100 1101 1011100 101010

Color Harmonies of #CC3309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3309

Black with #CC3309

Text Example


Text Example

White with #CC3309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3309; }

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

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

background-color css

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

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

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

border-color css

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

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

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