#CA3F05

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

Shades of Harley Davidson Orange #CA3F05

Tints of Harley Davidson Orange #CA3F05

Color information

#CA3F05 (or 0xCA3F05) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 3F and 05. RGB value is (202,63,5). Sum of RGB (Red+Green+Blue) = 202+63+5=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3F05 is #35C0FA. Grayscale: #626262. Windows color (decimal): -3522811 or 344010. OLE color: 344010.

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

Color convert

RGB202635-
CMYK00.690.980.21
HSL17.66º95.17%40.59%-
HSV(B)17.66º97.52%79.22%-
XYZ26.1616.121.88-
YUV97.9575.55202.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.81%
GREEN value IS 63 (25% from 255) = 23.33%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=74.81%
G=23.33%
B=1.85%

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
Decimal20263500.690.980.2117.6695.1740.59
HexCA3F50456215125f29
Octal3127750105142252213751
Binary1100101011111110101000101110001010101100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F05; }

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

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

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

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

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

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

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

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