#CA310D

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

Shades of Harley Davidson Orange #CA310D

Tints of Harley Davidson Orange #CA310D

Color information

#CA310D (or 0xCA310D) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 31 and 0D. RGB value is (202,49,13). Sum of RGB (Red+Green+Blue) = 202+49+13=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA310D is #35CEF2. Grayscale: #5A5A5A. Windows color (decimal): -3526387 or 864714. OLE color: 864714.

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

Color convert

RGB2024913-
CMYK00.760.940.21
HSL11.43º87.91%42.16%-
HSV(B)11.43º93.56%79.22%-
XYZ25.5314.781.89-
YUV90.6484.19207.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.52%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 13 (5.47% from 255) = 4.92%
R=76.52%
G=18.56%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202491300.760.940.2111.4387.9142.16
HexCA31D04C5E15b582a
Octal31261150114136251313052
Binary1100101011000111010100110010111101010110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA310D; }

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

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

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

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

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

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

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

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