#CA3C00

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

Shades of Harley Davidson Orange #CA3C00

Tints of Harley Davidson Orange #CA3C00

Color information

#CA3C00 (or 0xCA3C00) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 3C and 00. RGB value is (202,60,0). Sum of RGB (Red+Green+Blue) = 202+60+0=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3C00 is #35C3FF. Grayscale: #606060. Windows color (decimal): -3523584 or 15562. OLE color: 15562.

HSL color Cylindrical-coordinate representation of color #CA3C00: hue angle of 17.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA3C00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB202600-
CMYK00.7010.21
HSL17.82º100%39.61%-
HSV(B)17.82º100%79.22%-
XYZ25.9715.791.68-
YUV95.6274.04203.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 77.10%
GREEN value IS 60 (23.83% from 255) = 22.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.10%
G=22.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20260000.7010.2117.8210039.61
HexCA3C00466415126428
Octal3127400106144252214450
Binary11001010111100001000110110010010101100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3C00; }

 p { color: rgb(202,60,0); }

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

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

 a { background-color: rgb(202,60,0); }

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

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

 span { border-color: rgb(202,60,0); }

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