Html Css Color HEX #C62101 Harley Davidson Orange
📋 copy color: '#C62101'red 198 ◦ green 33 ◦ blue 1
Shades of Harley Davidson Orange #C62101
Tints of Harley Davidson Orange #C62101
RGB
CMYK
RGB Variations
Color information
#C62101 (or 0xC62101) is known color: Harley Davidson Orange. HEX triplet: C6, 21 and 01. RGB value is (198,33,1). Sum of RGB (Red+Green+Blue) = 198+33+1=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C62101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62101 is #39DEFE. Grayscale: #4E4E4E. Windows color (decimal): -3792639 or 74182. OLE color: 74182.
HSL color Cylindrical-coordinate representation of color #C62101: hue angle of 9.75º degrees, saturation: 0.99, 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 #C62101 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.22 |
| HSL | 9.75º | 0.99% | 0.39% | - |
| HSV(B) | 9.75º | 0.99% | 0.78% | - |
| XYZ | 23.84 | 13.1 | 1.3 | - |
| YUV | 78.69 | 84.16 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 1 | 0 | 0.83 | 0.99 | 0.22 | 9.75 | 0.99 | 0.39 |
| Hex | C6 | 21 | 1 | 0 | 53 | 63 | 16 | A | 63 | 27 |
| Octal | 306 | 41 | 1 | 0 | 123 | 143 | 26 | 12 | 143 | 47 |
| Binary | 11000110 | 100001 | 1 | 0 | 1010011 | 1100011 | 10110 | 1010 | 1100011 | 100111 |
Color Harmonies of #C62101
Complementary color
Monochromatic Colors of #C62101
Black with #C62101
Text Example
Text Example
White with #C62101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62101; }
p { color: rgb(198,33,1); }
H1.HeaderClassName
{
color: #C62101;
}
.AnyTagClassName
{
color: #C62101;
}
</style>
background-color css
<style>
a { background-color: #C62101; }
a { background-color: rgb(198,33,1); }
div.DivClassName
{
background-color: #C62101;
}
.BgClassName
{
background-color: #C62101;
}
</style>
border-color css
<style>
span { border-color: #C62101; }
span { border-color: rgb(198,33,1); }
td.TdClassName
{
border-color: #C62101;
}
.TagClassName
{
border-color: #C62101;
}
</style>