#CA4117

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

Shades of Harley Davidson Orange #CA4117

Tints of Harley Davidson Orange #CA4117

Color information

#CA4117 (or 0xCA4117) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 41 and 17. RGB value is (202,65,23). Sum of RGB (Red+Green+Blue) = 202+65+23=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4117 is #35BEE8. Grayscale: #656565. Windows color (decimal): -3522281 or 1524170. OLE color: 1524170.

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

Color convert

RGB2026523-
CMYK00.680.890.21
HSL14.08º79.56%44.12%-
HSV(B)14.08º88.61%79.22%-
XYZ26.416.42.58-
YUV101.1883.89199.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.66%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 23 (9.38% from 255) = 7.93%
R=69.66%
G=22.41%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202652300.680.890.2114.0879.5644.12
HexCA41170445915e502c
Octal312101270104131251612054
Binary110010101000001101110100010010110011010111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4117; }

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

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

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

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

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

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

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

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