#CA3E05

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

Shades of Harley Davidson Orange #CA3E05

Tints of Harley Davidson Orange #CA3E05

Color information

#CA3E05 (or 0xCA3E05) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 3E and 05. RGB value is (202,62,5). Sum of RGB (Red+Green+Blue) = 202+62+5=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3E05 is #35C1FA. Grayscale: #616161. Windows color (decimal): -3523067 or 343754. OLE color: 343754.

HSL color Cylindrical-coordinate representation of color #CA3E05: hue angle of 17.36º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA3E05 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202625-
CMYK00.690.980.21
HSL17.36º95.17%40.59%-
HSV(B)17.36º97.52%79.22%-
XYZ26.1116.011.86-
YUV97.3675.88202.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.09%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=75.09%
G=23.05%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20262500.690.980.2117.3695.1740.59
HexCA3E50456215115f29
Octal3127650105142252113751
Binary1100101011111010101000101110001010101100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3E05; }

 p { color: rgb(202,62,5); }

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

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

 a { background-color: rgb(202,62,5); }

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

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

 span { border-color: rgb(202,62,5); }

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