Html Css Color HEX #C62402 Harley Davidson Orange
📋 copy color: '#C62402'red 198 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #C62402
Tints of Harley Davidson Orange #C62402
RGB
CMYK
RGB Variations
Color information
#C62402 (or 0xC62402) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 02. RGB value is (198,36,2). Sum of RGB (Red+Green+Blue) = 198+36+2=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C62402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62402 is #39DBFD. Grayscale: #505050. Windows color (decimal): -3791870 or 140486. OLE color: 140486.
HSL color Cylindrical-coordinate representation of color #C62402: hue angle of 10.41º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C62402 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.22 |
| HSL | 10.41º | 0.98% | 0.39% | - |
| HSV(B) | 10.41º | 0.99% | 0.78% | - |
| XYZ | 23.93 | 13.27 | 1.36 | - |
| YUV | 80.56 | 83.67 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 2 | 0 | 0.82 | 0.99 | 0.22 | 10.41 | 0.98 | 0.39 |
| Hex | C6 | 24 | 2 | 0 | 52 | 63 | 16 | A | 62 | 27 |
| Octal | 306 | 44 | 2 | 0 | 122 | 143 | 26 | 12 | 142 | 47 |
| Binary | 11000110 | 100100 | 10 | 0 | 1010010 | 1100011 | 10110 | 1010 | 1100010 | 100111 |
Color Harmonies of #C62402
Complementary color
Monochromatic Colors of #C62402
Black with #C62402
Text Example
Text Example
White with #C62402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62402; }
p { color: rgb(198,36,2); }
H1.HeaderClassName
{
color: #C62402;
}
.AnyTagClassName
{
color: #C62402;
}
</style>
background-color css
<style>
a { background-color: #C62402; }
a { background-color: rgb(198,36,2); }
div.DivClassName
{
background-color: #C62402;
}
.BgClassName
{
background-color: #C62402;
}
</style>
border-color css
<style>
span { border-color: #C62402; }
span { border-color: rgb(198,36,2); }
td.TdClassName
{
border-color: #C62402;
}
.TagClassName
{
border-color: #C62402;
}
</style>