Html Css Color HEX #C62400 Harley Davidson Orange
📋 copy color: '#C62400'red 198 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #C62400
Tints of Harley Davidson Orange #C62400
RGB
CMYK
RGB Variations
Color information
#C62400 (or 0xC62400) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 00. RGB value is (198,36,0). Sum of RGB (Red+Green+Blue) = 198+36+0=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C62400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62400 is #39DBFF. Grayscale: #505050. Windows color (decimal): -3791872 or 9414. OLE color: 9414.
HSL color Cylindrical-coordinate representation of color #C62400: hue angle of 10.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C62400 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.22 |
| HSL | 10.91º | 1% | 0.39% | - |
| HSV(B) | 10.91º | 1% | 0.78% | - |
| XYZ | 23.92 | 13.27 | 1.3 | - |
| YUV | 80.33 | 82.67 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 0 | 0 | 0.82 | 1 | 0.22 | 10.91 | 1 | 0.39 |
| Hex | C6 | 24 | 0 | 0 | 52 | 64 | 16 | B | 64 | 27 |
| Octal | 306 | 44 | 0 | 0 | 122 | 144 | 26 | 13 | 144 | 47 |
| Binary | 11000110 | 100100 | 0 | 0 | 1010010 | 1100100 | 10110 | 1011 | 1100100 | 100111 |
Color Harmonies of #C62400
Complementary color
Monochromatic Colors of #C62400
Black with #C62400
Text Example
Text Example
White with #C62400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62400; }
p { color: rgb(198,36,0); }
H1.HeaderClassName
{
color: #C62400;
}
.AnyTagClassName
{
color: #C62400;
}
</style>
background-color css
<style>
a { background-color: #C62400; }
a { background-color: rgb(198,36,0); }
div.DivClassName
{
background-color: #C62400;
}
.BgClassName
{
background-color: #C62400;
}
</style>
border-color css
<style>
span { border-color: #C62400; }
span { border-color: rgb(198,36,0); }
td.TdClassName
{
border-color: #C62400;
}
.TagClassName
{
border-color: #C62400;
}
</style>