Html Css Color HEX #CA2009 Harley Davidson Orange

📋 copy color: '#CA2009'

red 202 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #CA2009

Tints of Harley Davidson Orange #CA2009

RGB

 RED value IS 202 (79.3% from 255) = 83.13%

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 83.13%
G = 13.17%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA2009 (or 0xCA2009) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 09. RGB value is (202,32,9). Sum of RGB (Red+Green+Blue) = 202+32+9=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2009 is #35DFF6. Grayscale: #505050. Windows color (decimal): -3530743 or 598218. OLE color: 598218.

HSL color Cylindrical-coordinate representation of color #CA2009: hue angle of 7.15º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA2009 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 9 -
CMYK 0 0.84 0.96 0.21
HSL 7.15º 0.91% 0.41% -
HSV(B) 7.15º 0.96% 0.79% -
XYZ 24.92 13.61 1.57 -
YUV 80.21 87.82 214.87 -
System Red Green Blue C M Y K H S L
Decimal 202 32 9 0 0.84 0.96 0.21 7.15 0.91 0.41
Hex CA 20 9 0 54 60 15 7 5B 29
Octal 312 40 11 0 124 140 25 7 133 51
Binary 11001010 100000 1001 0 1010100 1100000 10101 111 1011011 101001

Color Harmonies of #CA2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2009

Black with #CA2009

Text Example


Text Example

White with #CA2009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2009; }

 p { color: rgb(202,32,9); }

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

background-color css

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

 a { background-color: rgb(202,32,9); }

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

border-color css

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

 span { border-color: rgb(202,32,9); }

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