Html Css Color HEX #C82301 Harley Davidson Orange
📋 copy color: '#C82301'red 200 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #C82301
Tints of Harley Davidson Orange #C82301
RGB
CMYK
RGB Variations
Color information
#C82301 (or 0xC82301) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 01. RGB value is (200,35,1). Sum of RGB (Red+Green+Blue) = 200+35+1=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C82301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82301 is #37DCFE. Grayscale: #505050. Windows color (decimal): -3661055 or 74696. OLE color: 74696.
HSL color Cylindrical-coordinate representation of color #C82301: hue angle of 10.25º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C82301 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.22 |
| HSL | 10.25º | 0.99% | 0.39% | - |
| HSV(B) | 10.25º | 1% | 0.78% | - |
| XYZ | 24.43 | 13.48 | 1.34 | - |
| YUV | 80.46 | 83.16 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 1 | 0 | 0.82 | 1.00 | 0.22 | 10.25 | 0.99 | 0.39 |
| Hex | C8 | 23 | 1 | 0 | 52 | 64 | 16 | A | 63 | 27 |
| Octal | 310 | 43 | 1 | 0 | 122 | 144 | 26 | 12 | 143 | 47 |
| Binary | 11001000 | 100011 | 1 | 0 | 1010010 | 1100100 | 10110 | 1010 | 1100011 | 100111 |
Color Harmonies of #C82301
Complementary color
Monochromatic Colors of #C82301
Black with #C82301
Text Example
Text Example
White with #C82301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82301; }
p { color: rgb(200,35,1); }
H1.HeaderClassName
{
color: #C82301;
}
.AnyTagClassName
{
color: #C82301;
}
</style>
background-color css
<style>
a { background-color: #C82301; }
a { background-color: rgb(200,35,1); }
div.DivClassName
{
background-color: #C82301;
}
.BgClassName
{
background-color: #C82301;
}
</style>
border-color css
<style>
span { border-color: #C82301; }
span { border-color: rgb(200,35,1); }
td.TdClassName
{
border-color: #C82301;
}
.TagClassName
{
border-color: #C82301;
}
</style>