#CA3301

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

Shades of Harley Davidson Orange #CA3301

Tints of Harley Davidson Orange #CA3301

Color information

#CA3301 (or 0xCA3301) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 33 and 01. RGB value is (202,51,1). Sum of RGB (Red+Green+Blue) = 202+51+1=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3301 is #35CCFE. Grayscale: #5A5A5A. Windows color (decimal): -3525887 or 78794. OLE color: 78794.

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

Color convert

RGB202511-
CMYK00.751.000.21
HSL14.93º99.01%39.8%-
HSV(B)14.93º99.5%79.22%-
XYZ25.5514.931.56-
YUV90.4577.53207.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.53%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=79.53%
G=20.08%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20251100.751.000.2114.9399.0139.8
HexCA33104B6415f6328
Octal3126310113144251714350
Binary1100101011001110100101111001001010111111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3301; }

 p { color: rgb(202,51,1); }

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

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

 a { background-color: rgb(202,51,1); }

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

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

 span { border-color: rgb(202,51,1); }

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