Html Css Color HEX #C62403 Harley Davidson Orange
📋 copy color: '#C62403'red 198 ◦ green 36 ◦ blue 3
Shades of Harley Davidson Orange #C62403
Tints of Harley Davidson Orange #C62403
RGB
CMYK
RGB Variations
Color information
#C62403 (or 0xC62403) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 03. RGB value is (198,36,3). Sum of RGB (Red+Green+Blue) = 198+36+3=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C62403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62403 is #39DBFC. Grayscale: #505050. Windows color (decimal): -3791869 or 206022. OLE color: 206022.
HSL color Cylindrical-coordinate representation of color #C62403: hue angle of 10.15º 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 #C62403 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.22 |
| HSL | 10.15º | 0.97% | 0.39% | - |
| HSV(B) | 10.15º | 0.98% | 0.78% | - |
| XYZ | 23.94 | 13.27 | 1.39 | - |
| YUV | 80.68 | 84.17 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 3 | 0 | 0.82 | 0.98 | 0.22 | 10.15 | 0.97 | 0.39 |
| Hex | C6 | 24 | 3 | 0 | 52 | 62 | 16 | A | 61 | 27 |
| Octal | 306 | 44 | 3 | 0 | 122 | 142 | 26 | 12 | 141 | 47 |
| Binary | 11000110 | 100100 | 11 | 0 | 1010010 | 1100010 | 10110 | 1010 | 1100001 | 100111 |
Color Harmonies of #C62403
Complementary color
Monochromatic Colors of #C62403
Black with #C62403
Text Example
Text Example
White with #C62403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62403; }
p { color: rgb(198,36,3); }
H1.HeaderClassName
{
color: #C62403;
}
.AnyTagClassName
{
color: #C62403;
}
</style>
background-color css
<style>
a { background-color: #C62403; }
a { background-color: rgb(198,36,3); }
div.DivClassName
{
background-color: #C62403;
}
.BgClassName
{
background-color: #C62403;
}
</style>
border-color css
<style>
span { border-color: #C62403; }
span { border-color: rgb(198,36,3); }
td.TdClassName
{
border-color: #C62403;
}
.TagClassName
{
border-color: #C62403;
}
</style>