Html Css Color HEX #CC2509 Harley Davidson Orange

📋 copy color: '#CC2509'

red 204 ◦ green 37 ◦ blue 9

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

Shades of Harley Davidson Orange #CC2509

Tints of Harley Davidson Orange #CC2509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 81.6%
G = 14.8%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC2509 (or 0xCC2509) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 09. RGB value is (204,37,9). Sum of RGB (Red+Green+Blue) = 204+37+9=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2509 is #33DAF6. Grayscale: #545454. Windows color (decimal): -3398391 or 599500. OLE color: 599500.

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

Color convert

RGB 204 37 9 -
CMYK 0 0.82 0.96 0.2
HSL 8.62º 0.92% 0.42% -
HSV(B) 8.62º 0.96% 0.8% -
XYZ 25.61 14.18 1.65 -
YUV 83.74 85.83 213.78 -
System Red Green Blue C M Y K H S L
Decimal 204 37 9 0 0.82 0.96 0.2 8.62 0.92 0.42
Hex CC 25 9 0 52 60 14 9 5C 2A
Octal 314 45 11 0 122 140 24 11 134 52
Binary 11001100 100101 1001 0 1010010 1100000 10100 1001 1011100 101010

Color Harmonies of #CC2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2509

Black with #CC2509

Text Example


Text Example

White with #CC2509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2509; }

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

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

background-color css

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

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

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

border-color css

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

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

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