#CA3401

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

Shades of Harley Davidson Orange #CA3401

Tints of Harley Davidson Orange #CA3401

Color information

#CA3401 (or 0xCA3401) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 34 and 01. RGB value is (202,52,1). Sum of RGB (Red+Green+Blue) = 202+52+1=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3401 is #35CBFE. Grayscale: #5B5B5B. Windows color (decimal): -3525631 or 79050. OLE color: 79050.

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

Color convert

RGB202521-
CMYK00.741.000.21
HSL15.22º99.01%39.8%-
HSV(B)15.22º99.5%79.22%-
XYZ25.5915.011.58-
YUV91.0477.2207.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.22%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=79.22%
G=20.39%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20252100.741.000.2115.2299.0139.8
HexCA34104A6415f6328
Octal3126410112144251714350
Binary1100101011010010100101011001001010111111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3401; }

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

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

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

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

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

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

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

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