Html Css Color HEX #CA2519 Harley Davidson Orange

📋 copy color: '#CA2519'

red 202 ◦ green 37 ◦ blue 25

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

Shades of Harley Davidson Orange #CA2519

Tints of Harley Davidson Orange #CA2519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 76.52%
G = 14.02%
B = 9.47%

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

#CA2519 (or 0xCA2519) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 19. RGB value is (202,37,25). Sum of RGB (Red+Green+Blue) = 202+37+25=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2519 is #35DAE6. Grayscale: #555555. Windows color (decimal): -3529447 or 1648074. OLE color: 1648074.

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

Color convert

RGB 202 37 25 -
CMYK 0 0.82 0.88 0.21
HSL 4.07º 0.78% 0.45% -
HSV(B) 4.07º 0.88% 0.79% -
XYZ 25.19 13.95 2.28 -
YUV 84.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 202 37 25 0 0.82 0.88 0.21 4.07 0.78 0.45
Hex CA 25 19 0 52 58 15 4 4E 2D
Octal 312 45 31 0 122 130 25 4 116 55
Binary 11001010 100101 11001 0 1010010 1011000 10101 100 1001110 101101

Color Harmonies of #CA2519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2519

Black with #CA2519

Text Example


Text Example

White with #CA2519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2519; }

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

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

background-color css

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

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

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

border-color css

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

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

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