Html Css Color HEX #CA2215 Harley Davidson Orange

📋 copy color: '#CA2215'

red 202 ◦ green 34 ◦ blue 21

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

Shades of Harley Davidson Orange #CA2215

Tints of Harley Davidson Orange #CA2215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 78.6%
G = 13.23%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA2215 (or 0xCA2215) is known color: Harley Davidson Orange. HEX triplet: CA, 22 and 15. RGB value is (202,34,21). Sum of RGB (Red+Green+Blue) = 202+34+21=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2215 is #35DDEA. Grayscale: #525252. Windows color (decimal): -3530219 or 1385162. OLE color: 1385162.

HSL color Cylindrical-coordinate representation of color #CA2215: hue angle of 4.31º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA2215 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 34 21 -
CMYK 0 0.83 0.90 0.21
HSL 4.31º 0.81% 0.44% -
HSV(B) 4.31º 0.9% 0.79% -
XYZ 25.06 13.75 2.04 -
YUV 82.75 93.16 213.06 -
System Red Green Blue C M Y K H S L
Decimal 202 34 21 0 0.83 0.90 0.21 4.31 0.81 0.44
Hex CA 22 15 0 53 5A 15 4 51 2C
Octal 312 42 25 0 123 132 25 4 121 54
Binary 11001010 100010 10101 0 1010011 1011010 10101 100 1010001 101100

Color Harmonies of #CA2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2215

Black with #CA2215

Text Example


Text Example

White with #CA2215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2215; }

 p { color: rgb(202,34,21); }

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

background-color css

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

 a { background-color: rgb(202,34,21); }

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

border-color css

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

 span { border-color: rgb(202,34,21); }

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