#CA1E12

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

Shades of Harley Davidson Orange #CA1E12

Tints of Harley Davidson Orange #CA1E12

Color information

#CA1E12 (or 0xCA1E12) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 1E and 12. RGB value is (202,30,18). Sum of RGB (Red+Green+Blue) = 202+30+18=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1E12 is #35E1ED. Grayscale: #505050. Windows color (decimal): -3531246 or 1187530. OLE color: 1187530.

HSL color Cylindrical-coordinate representation of color #CA1E12: hue angle of 3.91º degrees, saturation: 0.84, 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 #CA1E12 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB2023018-
CMYK00.850.910.21
HSL3.91º83.64%43.14%-
HSV(B)3.91º91.09%79.22%-
XYZ24.9313.531.87-
YUV80.0692.98214.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.8%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 18 (7.42% from 255) = 7.2%
R=80.8%
G=12%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202301800.850.910.213.9183.6443.14
HexCA1E120555B154542b
Octal3123622012513325412453
Binary110010101111010010010101011011011101011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1E12; }

 p { color: rgb(202,30,18); }

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

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

 a { background-color: rgb(202,30,18); }

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

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

 span { border-color: rgb(202,30,18); }

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