#CA3D03

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

Shades of Harley Davidson Orange #CA3D03

Tints of Harley Davidson Orange #CA3D03

Color information

#CA3D03 (or 0xCA3D03) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 3D and 03. RGB value is (202,61,3). Sum of RGB (Red+Green+Blue) = 202+61+3=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3D03 is #35C2FC. Grayscale: #606060. Windows color (decimal): -3523325 or 212426. OLE color: 212426.

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

Color convert

RGB202613-
CMYK00.700.990.21
HSL17.49º97.07%40.2%-
HSV(B)17.49º98.51%79.22%-
XYZ26.0415.91.78-
YUV96.5575.21203.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.94%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 3 (1.56% from 255) = 1.13%
R=75.94%
G=22.93%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20261300.700.990.2117.4997.0740.2
HexCA3D30466315116128
Octal3127530106143252114150
Binary110010101111011101000110110001110101100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D03; }

 p { color: rgb(202,61,3); }

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

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

 a { background-color: rgb(202,61,3); }

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

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

 span { border-color: rgb(202,61,3); }

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