Html Css Color HEX #CA2917 Harley Davidson Orange

📋 copy color: '#CA2917'

red 202 ◦ green 41 ◦ blue 23

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

Shades of Harley Davidson Orange #CA2917

Tints of Harley Davidson Orange #CA2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 75.94%
G = 15.41%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA2917 (or 0xCA2917) is known color: Harley Davidson Orange. HEX triplet: CA, 29 and 17. RGB value is (202,41,23). Sum of RGB (Red+Green+Blue) = 202+41+23=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2917 is #35D6E8. Grayscale: #575757. Windows color (decimal): -3528425 or 1518026. OLE color: 1518026.

HSL color Cylindrical-coordinate representation of color #CA2917: hue angle of 6.03º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA2917 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 23 -
CMYK 0 0.80 0.89 0.21
HSL 6.03º 0.8% 0.44% -
HSV(B) 6.03º 0.89% 0.79% -
XYZ 25.3 14.2 2.22 -
YUV 87.09 91.84 209.96 -
System Red Green Blue C M Y K H S L
Decimal 202 41 23 0 0.80 0.89 0.21 6.03 0.8 0.44
Hex CA 29 17 0 50 59 15 6 50 2C
Octal 312 51 27 0 120 131 25 6 120 54
Binary 11001010 101001 10111 0 1010000 1011001 10101 110 1010000 101100

Color Harmonies of #CA2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2917

Black with #CA2917

Text Example


Text Example

White with #CA2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2917; }

 p { color: rgb(202,41,23); }

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

background-color css

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

 a { background-color: rgb(202,41,23); }

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

border-color css

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

 span { border-color: rgb(202,41,23); }

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