Html Css Color HEX #CC2909 Harley Davidson Orange

📋 copy color: '#CC2909'

red 204 ◦ green 41 ◦ blue 9

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

Shades of Harley Davidson Orange #CC2909

Tints of Harley Davidson Orange #CC2909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

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

R = 80.31%
G = 16.14%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC2909 (or 0xCC2909) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 09. RGB value is (204,41,9). Sum of RGB (Red+Green+Blue) = 204+41+9=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2909 is #33D6F6. Grayscale: #565656. Windows color (decimal): -3397367 or 600524. OLE color: 600524.

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

Color convert

RGB 204 41 9 -
CMYK 0 0.80 0.96 0.2
HSL 9.85º 0.92% 0.42% -
HSV(B) 9.85º 0.96% 0.8% -
XYZ 25.74 14.44 1.69 -
YUV 86.09 84.5 212.1 -
System Red Green Blue C M Y K H S L
Decimal 204 41 9 0 0.80 0.96 0.2 9.85 0.92 0.42
Hex CC 29 9 0 50 60 14 A 5C 2A
Octal 314 51 11 0 120 140 24 12 134 52
Binary 11001100 101001 1001 0 1010000 1100000 10100 1010 1011100 101010

Color Harmonies of #CC2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2909

Black with #CC2909

Text Example


Text Example

White with #CC2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2909; }

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

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

background-color css

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

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

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

border-color css

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

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

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