Html Css Color HEX #CA2A20 Harley Davidson Orange

📋 copy color: '#CA2A20'

red 202 ◦ green 42 ◦ blue 32

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

Shades of Harley Davidson Orange #CA2A20

Tints of Harley Davidson Orange #CA2A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.22%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 73.19%
G = 15.22%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA2A20 (or 0xCA2A20) is known color: Harley Davidson Orange. HEX triplet: CA, 2A and 20. RGB value is (202,42,32). Sum of RGB (Red+Green+Blue) = 202+42+32=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2A20 is #35D5DF. Grayscale: #585858. Windows color (decimal): -3528160 or 2108106. OLE color: 2108106.

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

Color convert

RGB 202 42 32 -
CMYK 0 0.79 0.84 0.21
HSL 3.53º 0.73% 0.46% -
HSV(B) 3.53º 0.84% 0.79% -
XYZ 25.45 14.32 2.79 -
YUV 88.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 202 42 32 0 0.79 0.84 0.21 3.53 0.73 0.46
Hex CA 2A 20 0 4F 54 15 4 49 2E
Octal 312 52 40 0 117 124 25 4 111 56
Binary 11001010 101010 100000 0 1001111 1010100 10101 100 1001001 101110

Color Harmonies of #CA2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2A20

Black with #CA2A20

Text Example


Text Example

White with #CA2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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