Html Css Color HEX #CC2809 Harley Davidson Orange

📋 copy color: '#CC2809'

red 204 ◦ green 40 ◦ blue 9

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

Shades of Harley Davidson Orange #CC2809

Tints of Harley Davidson Orange #CC2809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

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

R = 80.63%
G = 15.81%
B = 3.56%

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

#CC2809 (or 0xCC2809) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 09. RGB value is (204,40,9). Sum of RGB (Red+Green+Blue) = 204+40+9=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2809 is #33D7F6. Grayscale: #555555. Windows color (decimal): -3397623 or 600268. OLE color: 600268.

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

Color convert

RGB 204 40 9 -
CMYK 0 0.80 0.96 0.2
HSL 9.54º 0.92% 0.42% -
HSV(B) 9.54º 0.96% 0.8% -
XYZ 25.71 14.37 1.68 -
YUV 85.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 204 40 9 0 0.80 0.96 0.2 9.54 0.92 0.42
Hex CC 28 9 0 50 60 14 A 5C 2A
Octal 314 50 11 0 120 140 24 12 134 52
Binary 11001100 101000 1001 0 1010000 1100000 10100 1010 1011100 101010

Color Harmonies of #CC2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2809

Black with #CC2809

Text Example


Text Example

White with #CC2809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2809; }

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

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

background-color css

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

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

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

border-color css

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

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

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