#c6240f

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

Shades of Harley Davidson Orange #C6240F

Tints of Harley Davidson Orange #C6240F

Color information

#C6240F (or 0xC6240F) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 24 and 0F. RGB value is (198,36,15). Sum of RGB (Red+Green+Blue) = 198+36+15=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C6240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6240F is #39DBF0. Grayscale: #525252. Windows color (decimal): -3791857 or 992454. OLE color: 992454.

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

Color convert

RGB1983615-
CMYK00.820.920.22
HSL6.89º85.92%41.76%-
HSV(B)6.89º92.42%77.65%-
XYZ24.0113.31.75-
YUV82.0490.17210.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 79.52%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 15 (6.25% from 255) = 6.02%
R=79.52%
G=14.46%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198361500.820.920.226.8985.9241.76
HexC624F0525C167562a
Octal3064417012213426712652
Binary110001101001001111010100101011100101101111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6240f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6240f; }

 p { color: rgb(198,36,15); }

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

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

 a { background-color: rgb(198,36,15); }

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

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

 span { border-color: rgb(198,36,15); }

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