Html Css Color HEX #C62103 Harley Davidson Orange
📋 copy color: '#C62103'red 198 ◦ green 33 ◦ blue 3
Shades of Harley Davidson Orange #C62103
Tints of Harley Davidson Orange #C62103
RGB
CMYK
RGB Variations
Color information
#C62103 (or 0xC62103) is known color: Harley Davidson Orange. HEX triplet: C6, 21 and 03. RGB value is (198,33,3). Sum of RGB (Red+Green+Blue) = 198+33+3=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C62103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62103 is #39DEFC. Grayscale: #4F4F4F. Windows color (decimal): -3792637 or 205254. OLE color: 205254.
HSL color Cylindrical-coordinate representation of color #C62103: hue angle of 9.23º 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 #C62103 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.22 |
| HSL | 9.23º | 0.97% | 0.39% | - |
| HSV(B) | 9.23º | 0.98% | 0.78% | - |
| XYZ | 23.85 | 13.1 | 1.36 | - |
| YUV | 78.92 | 85.16 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 3 | 0 | 0.83 | 0.98 | 0.22 | 9.23 | 0.97 | 0.39 |
| Hex | C6 | 21 | 3 | 0 | 53 | 62 | 16 | 9 | 61 | 27 |
| Octal | 306 | 41 | 3 | 0 | 123 | 142 | 26 | 11 | 141 | 47 |
| Binary | 11000110 | 100001 | 11 | 0 | 1010011 | 1100010 | 10110 | 1001 | 1100001 | 100111 |
Color Harmonies of #C62103
Complementary color
Monochromatic Colors of #C62103
Black with #C62103
Text Example
Text Example
White with #C62103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62103; }
p { color: rgb(198,33,3); }
H1.HeaderClassName
{
color: #C62103;
}
.AnyTagClassName
{
color: #C62103;
}
</style>
background-color css
<style>
a { background-color: #C62103; }
a { background-color: rgb(198,33,3); }
div.DivClassName
{
background-color: #C62103;
}
.BgClassName
{
background-color: #C62103;
}
</style>
border-color css
<style>
span { border-color: #C62103; }
span { border-color: rgb(198,33,3); }
td.TdClassName
{
border-color: #C62103;
}
.TagClassName
{
border-color: #C62103;
}
</style>