#CA320D

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

Shades of Harley Davidson Orange #CA320D

Tints of Harley Davidson Orange #CA320D

Color information

#CA320D (or 0xCA320D) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 32 and 0D. RGB value is (202,50,13). Sum of RGB (Red+Green+Blue) = 202+50+13=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA320D is #35CDF2. Grayscale: #5B5B5B. Windows color (decimal): -3526131 or 864970. OLE color: 864970.

HSL color Cylindrical-coordinate representation of color #CA320D: hue angle of 11.75º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA320D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2025013-
CMYK00.750.940.21
HSL11.75º87.91%42.16%-
HSV(B)11.75º93.56%79.22%-
XYZ25.5714.871.9-
YUV91.2383.86207.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.23%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 13 (5.47% from 255) = 4.91%
R=76.23%
G=18.87%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202501300.750.940.2111.7587.9142.16
HexCA32D04B5E15c582a
Octal31262150113136251413052
Binary1100101011001011010100101110111101010111001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA320D; }

 p { color: rgb(202,50,13); }

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

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

 a { background-color: rgb(202,50,13); }

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

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

 span { border-color: rgb(202,50,13); }

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