Html Css Color HEX #C62D03 Harley Davidson Orange
📋 copy color: '#C62D03'red 198 ◦ green 45 ◦ blue 3
Shades of Harley Davidson Orange #C62D03
Tints of Harley Davidson Orange #C62D03
RGB
CMYK
RGB Variations
Color information
#C62D03 (or 0xC62D03) is known color: Harley Davidson Orange. HEX triplet: C6, 2D and 03. RGB value is (198,45,3). Sum of RGB (Red+Green+Blue) = 198+45+3=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62D03 is #39D2FC. Grayscale: #565656. Windows color (decimal): -3789565 or 208326. OLE color: 208326.
HSL color Cylindrical-coordinate representation of color #C62D03: hue angle of 12.92º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C62D03 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.22 |
| HSL | 12.92º | 0.97% | 0.39% | - |
| HSV(B) | 12.92º | 0.98% | 0.78% | - |
| XYZ | 24.24 | 13.89 | 1.49 | - |
| YUV | 85.96 | 81.19 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 3 | 0 | 0.77 | 0.98 | 0.22 | 12.92 | 0.97 | 0.39 |
| Hex | C6 | 2D | 3 | 0 | 4D | 62 | 16 | D | 61 | 27 |
| Octal | 306 | 55 | 3 | 0 | 115 | 142 | 26 | 15 | 141 | 47 |
| Binary | 11000110 | 101101 | 11 | 0 | 1001101 | 1100010 | 10110 | 1101 | 1100001 | 100111 |
Color Harmonies of #C62D03
Complementary color
Monochromatic Colors of #C62D03
Black with #C62D03
Text Example
Text Example
White with #C62D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D03; }
p { color: rgb(198,45,3); }
H1.HeaderClassName
{
color: #C62D03;
}
.AnyTagClassName
{
color: #C62D03;
}
</style>
background-color css
<style>
a { background-color: #C62D03; }
a { background-color: rgb(198,45,3); }
div.DivClassName
{
background-color: #C62D03;
}
.BgClassName
{
background-color: #C62D03;
}
</style>
border-color css
<style>
span { border-color: #C62D03; }
span { border-color: rgb(198,45,3); }
td.TdClassName
{
border-color: #C62D03;
}
.TagClassName
{
border-color: #C62D03;
}
</style>