Html Css Color HEX #CA2E11 Harley Davidson Orange

📋 copy color: '#CA2E11'

red 202 ◦ green 46 ◦ blue 17

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

Shades of Harley Davidson Orange #CA2E11

Tints of Harley Davidson Orange #CA2E11

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.36%

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 76.23%
G = 17.36%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA2E11 (or 0xCA2E11) is known color: Harley Davidson Orange. HEX triplet: CA, 2E and 11. RGB value is (202,46,17). Sum of RGB (Red+Green+Blue) = 202+46+17=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2E11 is #35D1EE. Grayscale: #595959. Windows color (decimal): -3527151 or 1126090. OLE color: 1126090.

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

Color convert

RGB 202 46 17 -
CMYK 0 0.77 0.92 0.21
HSL 9.41º 0.84% 0.43% -
HSV(B) 9.41º 0.92% 0.79% -
XYZ 25.44 14.55 2 -
YUV 89.34 87.18 208.36 -
System Red Green Blue C M Y K H S L
Decimal 202 46 17 0 0.77 0.92 0.21 9.41 0.84 0.43
Hex CA 2E 11 0 4D 5C 15 9 54 2B
Octal 312 56 21 0 115 134 25 11 124 53
Binary 11001010 101110 10001 0 1001101 1011100 10101 1001 1010100 101011

Color Harmonies of #CA2E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E11

Black with #CA2E11

Text Example


Text Example

White with #CA2E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E11; }

 p { color: rgb(202,46,17); }

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

background-color css

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

 a { background-color: rgb(202,46,17); }

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

border-color css

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

 span { border-color: rgb(202,46,17); }

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