Html Css Color HEX #C62A03 Harley Davidson Orange
📋 copy color: '#C62A03'red 198 ◦ green 42 ◦ blue 3
Shades of Harley Davidson Orange #C62A03
Tints of Harley Davidson Orange #C62A03
RGB
CMYK
RGB Variations
Color information
#C62A03 (or 0xC62A03) is known color: Harley Davidson Orange. HEX triplet: C6, 2A and 03. RGB value is (198,42,3). Sum of RGB (Red+Green+Blue) = 198+42+3=243 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.48% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62A03 is #39D5FC. Grayscale: #545454. Windows color (decimal): -3790333 or 207558. OLE color: 207558.
HSL color Cylindrical-coordinate representation of color #C62A03: hue angle of 12º 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 #C62A03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 42 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.22 |
| HSL | 12º | 0.97% | 0.39% | - |
| HSV(B) | 12º | 0.98% | 0.78% | - |
| XYZ | 24.13 | 13.67 | 1.45 | - |
| YUV | 84.2 | 82.18 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 3 | 0 | 0.79 | 0.98 | 0.22 | 12 | 0.97 | 0.39 |
| Hex | C6 | 2A | 3 | 0 | 4F | 62 | 16 | C | 61 | 27 |
| Octal | 306 | 52 | 3 | 0 | 117 | 142 | 26 | 14 | 141 | 47 |
| Binary | 11000110 | 101010 | 11 | 0 | 1001111 | 1100010 | 10110 | 1100 | 1100001 | 100111 |
Color Harmonies of #C62A03
Complementary color
Monochromatic Colors of #C62A03
Black with #C62A03
Text Example
Text Example
White with #C62A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62A03; }
p { color: rgb(198,42,3); }
H1.HeaderClassName
{
color: #C62A03;
}
.AnyTagClassName
{
color: #C62A03;
}
</style>
background-color css
<style>
a { background-color: #C62A03; }
a { background-color: rgb(198,42,3); }
div.DivClassName
{
background-color: #C62A03;
}
.BgClassName
{
background-color: #C62A03;
}
</style>
border-color css
<style>
span { border-color: #C62A03; }
span { border-color: rgb(198,42,3); }
td.TdClassName
{
border-color: #C62A03;
}
.TagClassName
{
border-color: #C62A03;
}
</style>