Html Css Color HEX #CC1A09 Harley Davidson Orange

📋 copy color: '#CC1A09'

red 204 ◦ green 26 ◦ blue 9

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

Shades of Harley Davidson Orange #CC1A09

Tints of Harley Davidson Orange #CC1A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

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

R = 85.36%
G = 10.88%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC1A09 (or 0xCC1A09) is known color: Harley Davidson Orange. HEX triplet: CC, 1A and 09. RGB value is (204,26,9). Sum of RGB (Red+Green+Blue) = 204+26+9=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A09 is #33E5F6. Grayscale: #4D4D4D. Windows color (decimal): -3401207 or 596684. OLE color: 596684.

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

Color convert

RGB 204 26 9 -
CMYK 0 0.87 0.96 0.2
HSL 5.23º 0.92% 0.42% -
HSV(B) 5.23º 0.96% 0.8% -
XYZ 25.32 13.6 1.55 -
YUV 77.28 89.47 218.38 -
System Red Green Blue C M Y K H S L
Decimal 204 26 9 0 0.87 0.96 0.2 5.23 0.92 0.42
Hex CC 1A 9 0 57 60 14 5 5C 2A
Octal 314 32 11 0 127 140 24 5 134 52
Binary 11001100 11010 1001 0 1010111 1100000 10100 101 1011100 101010

Color Harmonies of #CC1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A09

Black with #CC1A09

Text Example


Text Example

White with #CC1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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