Html Css Color HEX #C63908 Harley Davidson Orange
📋 copy color: '#C63908'red 198 ◦ green 57 ◦ blue 8
Shades of Harley Davidson Orange #C63908
Tints of Harley Davidson Orange #C63908
RGB
CMYK
RGB Variations
Color information
#C63908 (or 0xC63908) is known color: Harley Davidson Orange. HEX triplet: C6, 39 and 08. RGB value is (198,57,8). Sum of RGB (Red+Green+Blue) = 198+57+8=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C63908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63908 is #39C6F7. Grayscale: #5D5D5D. Windows color (decimal): -3786488 or 539078. OLE color: 539078.
HSL color Cylindrical-coordinate representation of color #C63908: hue angle of 15.47º 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 #C63908 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.22 |
| HSL | 15.47º | 0.92% | 0.4% | - |
| HSV(B) | 15.47º | 0.96% | 0.78% | - |
| XYZ | 24.8 | 14.95 | 1.81 | - |
| YUV | 93.57 | 79.71 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 8 | 0 | 0.71 | 0.96 | 0.22 | 15.47 | 0.92 | 0.4 |
| Hex | C6 | 39 | 8 | 0 | 47 | 60 | 16 | F | 5C | 28 |
| Octal | 306 | 71 | 10 | 0 | 107 | 140 | 26 | 17 | 134 | 50 |
| Binary | 11000110 | 111001 | 1000 | 0 | 1000111 | 1100000 | 10110 | 1111 | 1011100 | 101000 |
Color Harmonies of #C63908
Complementary color
Monochromatic Colors of #C63908
Black with #C63908
Text Example
Text Example
White with #C63908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63908; }
p { color: rgb(198,57,8); }
H1.HeaderClassName
{
color: #C63908;
}
.AnyTagClassName
{
color: #C63908;
}
</style>
background-color css
<style>
a { background-color: #C63908; }
a { background-color: rgb(198,57,8); }
div.DivClassName
{
background-color: #C63908;
}
.BgClassName
{
background-color: #C63908;
}
</style>
border-color css
<style>
span { border-color: #C63908; }
span { border-color: rgb(198,57,8); }
td.TdClassName
{
border-color: #C63908;
}
.TagClassName
{
border-color: #C63908;
}
</style>