Html Css Color HEX #C82601 Harley Davidson Orange
📋 copy color: '#C82601'red 200 ◦ green 38 ◦ blue 1
Shades of Harley Davidson Orange #C82601
Tints of Harley Davidson Orange #C82601
RGB
CMYK
RGB Variations
Color information
#C82601 (or 0xC82601) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 01. RGB value is (200,38,1). Sum of RGB (Red+Green+Blue) = 200+38+1=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C82601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82601 is #37D9FE. Grayscale: #525252. Windows color (decimal): -3660287 or 75464. OLE color: 75464.
HSL color Cylindrical-coordinate representation of color #C82601: hue angle of 11.16º 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 #C82601 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.22 |
| HSL | 11.16º | 0.99% | 0.39% | - |
| HSV(B) | 11.16º | 1% | 0.78% | - |
| XYZ | 24.52 | 13.67 | 1.37 | - |
| YUV | 82.22 | 82.17 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 1 | 0 | 0.81 | 1.00 | 0.22 | 11.16 | 0.99 | 0.39 |
| Hex | C8 | 26 | 1 | 0 | 51 | 64 | 16 | B | 63 | 27 |
| Octal | 310 | 46 | 1 | 0 | 121 | 144 | 26 | 13 | 143 | 47 |
| Binary | 11001000 | 100110 | 1 | 0 | 1010001 | 1100100 | 10110 | 1011 | 1100011 | 100111 |
Color Harmonies of #C82601
Complementary color
Monochromatic Colors of #C82601
Black with #C82601
Text Example
Text Example
White with #C82601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82601; }
p { color: rgb(200,38,1); }
H1.HeaderClassName
{
color: #C82601;
}
.AnyTagClassName
{
color: #C82601;
}
</style>
background-color css
<style>
a { background-color: #C82601; }
a { background-color: rgb(200,38,1); }
div.DivClassName
{
background-color: #C82601;
}
.BgClassName
{
background-color: #C82601;
}
</style>
border-color css
<style>
span { border-color: #C82601; }
span { border-color: rgb(200,38,1); }
td.TdClassName
{
border-color: #C82601;
}
.TagClassName
{
border-color: #C82601;
}
</style>