Html Css Color HEX #C62408 Harley Davidson Orange
📋 copy color: '#C62408'red 198 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #C62408
Tints of Harley Davidson Orange #C62408
RGB
CMYK
RGB Variations
Color information
#C62408 (or 0xC62408) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 08. RGB value is (198,36,8). Sum of RGB (Red+Green+Blue) = 198+36+8=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C62408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62408 is #39DBF7. Grayscale: #515151. Windows color (decimal): -3791864 or 533702. OLE color: 533702.
HSL color Cylindrical-coordinate representation of color #C62408: hue angle of 8.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C62408 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.22 |
| HSL | 8.84º | 0.92% | 0.4% | - |
| HSV(B) | 8.84º | 0.96% | 0.78% | - |
| XYZ | 23.96 | 13.29 | 1.53 | - |
| YUV | 81.25 | 86.67 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 8 | 0 | 0.82 | 0.96 | 0.22 | 8.84 | 0.92 | 0.4 |
| Hex | C6 | 24 | 8 | 0 | 52 | 60 | 16 | 9 | 5C | 28 |
| Octal | 306 | 44 | 10 | 0 | 122 | 140 | 26 | 11 | 134 | 50 |
| Binary | 11000110 | 100100 | 1000 | 0 | 1010010 | 1100000 | 10110 | 1001 | 1011100 | 101000 |
Color Harmonies of #C62408
Complementary color
Monochromatic Colors of #C62408
Black with #C62408
Text Example
Text Example
White with #C62408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62408; }
p { color: rgb(198,36,8); }
H1.HeaderClassName
{
color: #C62408;
}
.AnyTagClassName
{
color: #C62408;
}
</style>
background-color css
<style>
a { background-color: #C62408; }
a { background-color: rgb(198,36,8); }
div.DivClassName
{
background-color: #C62408;
}
.BgClassName
{
background-color: #C62408;
}
</style>
border-color css
<style>
span { border-color: #C62408; }
span { border-color: rgb(198,36,8); }
td.TdClassName
{
border-color: #C62408;
}
.TagClassName
{
border-color: #C62408;
}
</style>