Html Css Color HEX #C82501 Harley Davidson Orange
📋 copy color: '#C82501'red 200 ◦ green 37 ◦ blue 1
Shades of Harley Davidson Orange #C82501
Tints of Harley Davidson Orange #C82501
RGB
CMYK
RGB Variations
Color information
#C82501 (or 0xC82501) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 01. RGB value is (200,37,1). Sum of RGB (Red+Green+Blue) = 200+37+1=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C82501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82501 is #37DAFE. Grayscale: #515151. Windows color (decimal): -3660543 or 75208. OLE color: 75208.
HSL color Cylindrical-coordinate representation of color #C82501: hue angle of 10.85º 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 #C82501 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.22 |
| HSL | 10.85º | 0.99% | 0.39% | - |
| HSV(B) | 10.85º | 1% | 0.78% | - |
| XYZ | 24.49 | 13.6 | 1.36 | - |
| YUV | 81.63 | 82.5 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 1 | 0 | 0.82 | 1.00 | 0.22 | 10.85 | 0.99 | 0.39 |
| Hex | C8 | 25 | 1 | 0 | 52 | 64 | 16 | B | 63 | 27 |
| Octal | 310 | 45 | 1 | 0 | 122 | 144 | 26 | 13 | 143 | 47 |
| Binary | 11001000 | 100101 | 1 | 0 | 1010010 | 1100100 | 10110 | 1011 | 1100011 | 100111 |
Color Harmonies of #C82501
Complementary color
Monochromatic Colors of #C82501
Black with #C82501
Text Example
Text Example
White with #C82501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82501; }
p { color: rgb(200,37,1); }
H1.HeaderClassName
{
color: #C82501;
}
.AnyTagClassName
{
color: #C82501;
}
</style>
background-color css
<style>
a { background-color: #C82501; }
a { background-color: rgb(200,37,1); }
div.DivClassName
{
background-color: #C82501;
}
.BgClassName
{
background-color: #C82501;
}
</style>
border-color css
<style>
span { border-color: #C82501; }
span { border-color: rgb(200,37,1); }
td.TdClassName
{
border-color: #C82501;
}
.TagClassName
{
border-color: #C82501;
}
</style>