Html Css Color HEX #CA4009 Harley Davidson Orange

📋 copy color: '#CA4009'

red 202 ◦ green 64 ◦ blue 9

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

Shades of Harley Davidson Orange #CA4009

Tints of Harley Davidson Orange #CA4009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

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

R = 73.45%
G = 23.27%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA4009 (or 0xCA4009) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 09. RGB value is (202,64,9). Sum of RGB (Red+Green+Blue) = 202+64+9=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4009 is #35BFF6. Grayscale: #636363. Windows color (decimal): -3522551 or 606410. OLE color: 606410.

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

Color convert

RGB 202 64 9 -
CMYK 0 0.68 0.96 0.21
HSL 17.1º 0.91% 0.41% -
HSV(B) 17.1º 0.96% 0.79% -
XYZ 26.24 16.24 2.01 -
YUV 98.99 77.22 201.47 -
System Red Green Blue C M Y K H S L
Decimal 202 64 9 0 0.68 0.96 0.21 17.1 0.91 0.41
Hex CA 40 9 0 44 60 15 11 5B 29
Octal 312 100 11 0 104 140 25 21 133 51
Binary 11001010 1000000 1001 0 1000100 1100000 10101 10001 1011011 101001

Color Harmonies of #CA4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4009

Black with #CA4009

Text Example


Text Example

White with #CA4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4009; }

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

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

background-color css

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

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

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

border-color css

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

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

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