Html Css Color HEX #CA2809 Harley Davidson Orange

📋 copy color: '#CA2809'

red 202 ◦ green 40 ◦ blue 9

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

Shades of Harley Davidson Orange #CA2809

Tints of Harley Davidson Orange #CA2809

RGB

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

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

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

R = 80.48%
G = 15.94%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA2809 (or 0xCA2809) is known color: Harley Davidson Orange. HEX triplet: CA, 28 and 09. RGB value is (202,40,9). Sum of RGB (Red+Green+Blue) = 202+40+9=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2809 is #35D7F6. Grayscale: #555555. Windows color (decimal): -3528695 or 600266. OLE color: 600266.

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

Color convert

RGB 202 40 9 -
CMYK 0 0.80 0.96 0.21
HSL 9.64º 0.91% 0.41% -
HSV(B) 9.64º 0.96% 0.79% -
XYZ 25.17 14.09 1.65 -
YUV 84.9 85.17 211.52 -
System Red Green Blue C M Y K H S L
Decimal 202 40 9 0 0.80 0.96 0.21 9.64 0.91 0.41
Hex CA 28 9 0 50 60 15 A 5B 29
Octal 312 50 11 0 120 140 25 12 133 51
Binary 11001010 101000 1001 0 1010000 1100000 10101 1010 1011011 101001

Color Harmonies of #CA2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2809

Black with #CA2809

Text Example


Text Example

White with #CA2809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2809; }

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

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

background-color css

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

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

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

border-color css

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

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

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