Html Css Color HEX #CA2419 Harley Davidson Orange

📋 copy color: '#CA2419'

red 202 ◦ green 36 ◦ blue 25

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

Shades of Harley Davidson Orange #CA2419

Tints of Harley Davidson Orange #CA2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

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

R = 76.81%
G = 13.69%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA2419 (or 0xCA2419) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 19. RGB value is (202,36,25). Sum of RGB (Red+Green+Blue) = 202+36+25=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2419 is #35DBE6. Grayscale: #545454. Windows color (decimal): -3529703 or 1647818. OLE color: 1647818.

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

Color convert

RGB 202 36 25 -
CMYK 0 0.82 0.88 0.21
HSL 3.73º 0.78% 0.45% -
HSV(B) 3.73º 0.88% 0.79% -
XYZ 25.16 13.89 2.27 -
YUV 84.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 202 36 25 0 0.82 0.88 0.21 3.73 0.78 0.45
Hex CA 24 19 0 52 58 15 4 4E 2D
Octal 312 44 31 0 122 130 25 4 116 55
Binary 11001010 100100 11001 0 1010010 1011000 10101 100 1001110 101101

Color Harmonies of #CA2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2419

Black with #CA2419

Text Example


Text Example

White with #CA2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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