Html Css Color HEX #C82901 Harley Davidson Orange
📋 copy color: '#C82901'red 200 ◦ green 41 ◦ blue 1
Shades of Harley Davidson Orange #C82901
Tints of Harley Davidson Orange #C82901
RGB
CMYK
RGB Variations
Color information
#C82901 (or 0xC82901) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 01. RGB value is (200,41,1). Sum of RGB (Red+Green+Blue) = 200+41+1=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C82901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82901 is #37D6FE. Grayscale: #545454. Windows color (decimal): -3659519 or 76232. OLE color: 76232.
HSL color Cylindrical-coordinate representation of color #C82901: hue angle of 12.06º 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 #C82901 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.22 |
| HSL | 12.06º | 0.99% | 0.39% | - |
| HSV(B) | 12.06º | 1% | 0.78% | - |
| XYZ | 24.62 | 13.87 | 1.41 | - |
| YUV | 83.98 | 81.18 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 1 | 0 | 0.80 | 1.00 | 0.22 | 12.06 | 0.99 | 0.39 |
| Hex | C8 | 29 | 1 | 0 | 50 | 64 | 16 | C | 63 | 27 |
| Octal | 310 | 51 | 1 | 0 | 120 | 144 | 26 | 14 | 143 | 47 |
| Binary | 11001000 | 101001 | 1 | 0 | 1010000 | 1100100 | 10110 | 1100 | 1100011 | 100111 |
Color Harmonies of #C82901
Complementary color
Monochromatic Colors of #C82901
Black with #C82901
Text Example
Text Example
White with #C82901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82901; }
p { color: rgb(200,41,1); }
H1.HeaderClassName
{
color: #C82901;
}
.AnyTagClassName
{
color: #C82901;
}
</style>
background-color css
<style>
a { background-color: #C82901; }
a { background-color: rgb(200,41,1); }
div.DivClassName
{
background-color: #C82901;
}
.BgClassName
{
background-color: #C82901;
}
</style>
border-color css
<style>
span { border-color: #C82901; }
span { border-color: rgb(200,41,1); }
td.TdClassName
{
border-color: #C82901;
}
.TagClassName
{
border-color: #C82901;
}
</style>