Html Css Color HEX #CA1F19 Harley Davidson Orange

📋 copy color: '#CA1F19'

red 202 ◦ green 31 ◦ blue 25

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

Shades of Harley Davidson Orange #CA1F19

Tints of Harley Davidson Orange #CA1F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

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

R = 78.29%
G = 12.02%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA1F19 (or 0xCA1F19) is known color: Harley Davidson Orange. HEX triplet: CA, 1F and 19. RGB value is (202,31,25). Sum of RGB (Red+Green+Blue) = 202+31+25=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1F19 is #35E0E6. Grayscale: #515151. Windows color (decimal): -3530983 or 1646538. OLE color: 1646538.

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

Color convert

RGB 202 31 25 -
CMYK 0 0.85 0.88 0.21
HSL 2.03º 0.78% 0.45% -
HSV(B) 2.03º 0.88% 0.79% -
XYZ 25.02 13.61 2.23 -
YUV 81.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 202 31 25 0 0.85 0.88 0.21 2.03 0.78 0.45
Hex CA 1F 19 0 55 58 15 2 4E 2D
Octal 312 37 31 0 125 130 25 2 116 55
Binary 11001010 11111 11001 0 1010101 1011000 10101 10 1001110 101101

Color Harmonies of #CA1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F19

Black with #CA1F19

Text Example


Text Example

White with #CA1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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