#CA1F12

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

Shades of Harley Davidson Orange #CA1F12

Tints of Harley Davidson Orange #CA1F12

Color information

#CA1F12 (or 0xCA1F12) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 1F and 12. RGB value is (202,31,18). Sum of RGB (Red+Green+Blue) = 202+31+18=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1F12 is #35E0ED. Grayscale: #505050. Windows color (decimal): -3530990 or 1187786. OLE color: 1187786.

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

Color convert

RGB2023118-
CMYK00.850.910.21
HSL4.24º83.64%43.14%-
HSV(B)4.24º91.09%79.22%-
XYZ24.9613.581.88-
YUV80.6592.65214.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.48%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=80.48%
G=12.35%
B=7.17%

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
Decimal202311800.850.910.214.2483.6443.14
HexCA1F120555B154542b
Octal3123722012513325412453
Binary110010101111110010010101011011011101011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1F12; }

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

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

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

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

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

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

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

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