Html Css Color HEX #CA2A14 Harley Davidson Orange

📋 copy color: '#CA2A14'

red 202 ◦ green 42 ◦ blue 20

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

Shades of Harley Davidson Orange #CA2A14

Tints of Harley Davidson Orange #CA2A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.91%

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 76.52%
G = 15.91%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA2A14 (or 0xCA2A14) is known color: Harley Davidson Orange. HEX triplet: CA, 2A and 14. RGB value is (202,42,20). Sum of RGB (Red+Green+Blue) = 202+42+20=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2A14 is #35D5EB. Grayscale: #575757. Windows color (decimal): -3528172 or 1321674. OLE color: 1321674.

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

Color convert

RGB 202 42 20 -
CMYK 0 0.79 0.90 0.21
HSL 7.25º 0.82% 0.44% -
HSV(B) 7.25º 0.9% 0.79% -
XYZ 25.31 14.26 2.08 -
YUV 87.33 90.01 209.79 -
System Red Green Blue C M Y K H S L
Decimal 202 42 20 0 0.79 0.90 0.21 7.25 0.82 0.44
Hex CA 2A 14 0 4F 5A 15 7 52 2C
Octal 312 52 24 0 117 132 25 7 122 54
Binary 11001010 101010 10100 0 1001111 1011010 10101 111 1010010 101100

Color Harmonies of #CA2A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2A14

Black with #CA2A14

Text Example


Text Example

White with #CA2A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2A14; }

 p { color: rgb(202,42,20); }

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

background-color css

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

 a { background-color: rgb(202,42,20); }

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

border-color css

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

 span { border-color: rgb(202,42,20); }

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