Html Css Color HEX #CA2219 Harley Davidson Orange

📋 copy color: '#CA2219'

red 202 ◦ green 34 ◦ blue 25

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

Shades of Harley Davidson Orange #CA2219

Tints of Harley Davidson Orange #CA2219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 77.39%
G = 13.03%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA2219 (or 0xCA2219) is known color: Harley Davidson Orange. HEX triplet: CA, 22 and 19. RGB value is (202,34,25). Sum of RGB (Red+Green+Blue) = 202+34+25=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2219 is #35DDE6. Grayscale: #535353. Windows color (decimal): -3530215 or 1647306. OLE color: 1647306.

HSL color Cylindrical-coordinate representation of color #CA2219: hue angle of 3.05º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA2219 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 34 25 -
CMYK 0 0.83 0.88 0.21
HSL 3.05º 0.78% 0.45% -
HSV(B) 3.05º 0.88% 0.79% -
XYZ 25.1 13.77 2.25 -
YUV 83.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 202 34 25 0 0.83 0.88 0.21 3.05 0.78 0.45
Hex CA 22 19 0 53 58 15 3 4E 2D
Octal 312 42 31 0 123 130 25 3 116 55
Binary 11001010 100010 11001 0 1010011 1011000 10101 11 1001110 101101

Color Harmonies of #CA2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2219

Black with #CA2219

Text Example


Text Example

White with #CA2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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