#CA3D13

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

Shades of Harley Davidson Orange #CA3D13

Tints of Harley Davidson Orange #CA3D13

Color information

#CA3D13 (or 0xCA3D13) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 3D and 13. RGB value is (202,61,19). Sum of RGB (Red+Green+Blue) = 202+61+19=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3D13 is #35C2EC. Grayscale: #626262. Windows color (decimal): -3523309 or 1261002. OLE color: 1261002.

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

Color convert

RGB2026119-
CMYK00.700.910.21
HSL13.77º82.81%43.33%-
HSV(B)13.77º90.59%79.22%-
XYZ26.1415.942.32-
YUV98.3783.21201.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.63%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 19 (7.81% from 255) = 6.74%
R=71.63%
G=21.63%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202611900.700.910.2113.7782.8143.33
HexCA3D130465B15e532b
Octal31275230106133251612353
Binary11001010111101100110100011010110111010111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D13; }

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

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

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

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

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

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

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

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