#C61F12

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

Shades of Harley Davidson Orange #C61F12

Tints of Harley Davidson Orange #C61F12

Color information

#C61F12 (or 0xC61F12) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 1F and 12. RGB value is (198,31,18). Sum of RGB (Red+Green+Blue) = 198+31+18=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61F12 is #39E0ED. Grayscale: #4F4F4F. Windows color (decimal): -3793134 or 1187782. OLE color: 1187782.

HSL color Cylindrical-coordinate representation of color #C61F12: hue angle of 4.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61F12 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB1983118-
CMYK00.840.910.22
HSL4.33º83.33%42.35%-
HSV(B)4.33º90.91%77.65%-
XYZ23.8913.031.83-
YUV79.4593.33212.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 80.16%
GREEN value IS 31 (12.5% from 255) = 12.55%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=80.16%
G=12.55%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198311800.840.910.224.3383.3342.35
HexC61F120545B164532a
Octal3063722012413326412352
Binary110001101111110010010101001011011101101001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61F12; }

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

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

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

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

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

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

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

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