#CA4217

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

Shades of Harley Davidson Orange #CA4217

Tints of Harley Davidson Orange #CA4217

Color information

#CA4217 (or 0xCA4217) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 42 and 17. RGB value is (202,66,23). Sum of RGB (Red+Green+Blue) = 202+66+23=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4217 is #35BDE8. Grayscale: #666666. Windows color (decimal): -3522025 or 1524426. OLE color: 1524426.

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

Color convert

RGB2026623-
CMYK00.670.890.21
HSL14.41º79.56%44.12%-
HSV(B)14.41º88.61%79.22%-
XYZ26.4616.512.6-
YUV101.7683.56199.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.42%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 23 (9.38% from 255) = 7.90%
R=69.42%
G=22.68%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202662300.670.890.2114.4179.5644.12
HexCA42170435915e502c
Octal312102270103131251612054
Binary110010101000010101110100001110110011010111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4217; }

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

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

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

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

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

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

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

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