#C61E12

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

Shades of Harley Davidson Orange #C61E12

Tints of Harley Davidson Orange #C61E12

Color information

#C61E12 (or 0xC61E12) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 1E and 12. RGB value is (198,30,18). Sum of RGB (Red+Green+Blue) = 198+30+18=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61E12 is #39E1ED. Grayscale: #4F4F4F. Windows color (decimal): -3793390 or 1187526. OLE color: 1187526.

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

Color convert

RGB1983018-
CMYK00.850.910.22
HSL83.33%42.35%-
HSV(B)90.91%77.65%-
XYZ23.8612.981.82-
YUV78.8693.66212.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 80.49%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=80.49%
G=12.20%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198301800.850.910.22483.3342.35
HexC61E120555B164532a
Octal3063622012513326412352
Binary110001101111010010010101011011011101101001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61E12; }

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

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

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

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

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

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

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

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