Html Css Color HEX #C62301 Harley Davidson Orange
📋 copy color: '#C62301'red 198 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #C62301
Tints of Harley Davidson Orange #C62301
RGB
CMYK
RGB Variations
Color information
#C62301 (or 0xC62301) is known color: Harley Davidson Orange. HEX triplet: C6, 23 and 01. RGB value is (198,35,1). Sum of RGB (Red+Green+Blue) = 198+35+1=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C62301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62301 is #39DCFE. Grayscale: #505050. Windows color (decimal): -3792127 or 74694. OLE color: 74694.
HSL color Cylindrical-coordinate representation of color #C62301: hue angle of 10.36º 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 #C62301 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.22 |
| HSL | 10.36º | 0.99% | 0.39% | - |
| HSV(B) | 10.36º | 0.99% | 0.78% | - |
| XYZ | 23.9 | 13.21 | 1.32 | - |
| YUV | 79.86 | 83.5 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 1 | 0 | 0.82 | 0.99 | 0.22 | 10.36 | 0.99 | 0.39 |
| Hex | C6 | 23 | 1 | 0 | 52 | 63 | 16 | A | 63 | 27 |
| Octal | 306 | 43 | 1 | 0 | 122 | 143 | 26 | 12 | 143 | 47 |
| Binary | 11000110 | 100011 | 1 | 0 | 1010010 | 1100011 | 10110 | 1010 | 1100011 | 100111 |
Color Harmonies of #C62301
Complementary color
Monochromatic Colors of #C62301
Black with #C62301
Text Example
Text Example
White with #C62301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62301; }
p { color: rgb(198,35,1); }
H1.HeaderClassName
{
color: #C62301;
}
.AnyTagClassName
{
color: #C62301;
}
</style>
background-color css
<style>
a { background-color: #C62301; }
a { background-color: rgb(198,35,1); }
div.DivClassName
{
background-color: #C62301;
}
.BgClassName
{
background-color: #C62301;
}
</style>
border-color css
<style>
span { border-color: #C62301; }
span { border-color: rgb(198,35,1); }
td.TdClassName
{
border-color: #C62301;
}
.TagClassName
{
border-color: #C62301;
}
</style>