#CA2117

Color #CA2117 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CA2117

Tints of Harley Davidson Orange #CA2117

Color information

#CA2117 (or 0xCA2117) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 21 and 17. RGB value is (202,33,23). Sum of RGB (Red+Green+Blue) = 202+33+23=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2117 is #35DEE8. Grayscale: #525252. Windows color (decimal): -3530473 or 1515978. OLE color: 1515978.

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

Color convert

RGB2023323-
CMYK00.840.890.21
HSL3.35º79.56%44.12%-
HSV(B)3.35º88.61%79.22%-
XYZ25.0613.712.14-
YUV82.3994.49213.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.29%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 23 (9.38% from 255) = 8.91%
R=78.29%
G=12.79%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202332300.840.890.213.3579.5644.12
HexCA211705459153502c
Octal3124127012413125312054
Binary110010101000011011101010100101100110101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2117; }

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

 H1.HeaderClassName
 {
   color: #CA2117;
 }
 .AnyTagClassName
 {
   color: #CA2117;
 }
</style>
background-color css

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

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

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

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

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

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