Html Css Color HEX #C8270B Harley Davidson Orange
📋 copy color: '#C8270B'red 200 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #C8270B
Tints of Harley Davidson Orange #C8270B
RGB
CMYK
RGB Variations
Color information
#C8270B (or 0xC8270B) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 0B. RGB value is (200,39,11). Sum of RGB (Red+Green+Blue) = 200+39+11=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8270B is #37D8F4. Grayscale: #545454. Windows color (decimal): -3660021 or 731080. OLE color: 731080.
HSL color Cylindrical-coordinate representation of color #C8270B: hue angle of 8.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8270B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.22 |
| HSL | 8.89º | 0.9% | 0.41% | - |
| HSV(B) | 8.89º | 0.95% | 0.78% | - |
| XYZ | 24.61 | 13.75 | 1.67 | - |
| YUV | 83.95 | 86.84 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 11 | 0 | 0.80 | 0.94 | 0.22 | 8.89 | 0.9 | 0.41 |
| Hex | C8 | 27 | B | 0 | 50 | 5E | 16 | 9 | 5A | 29 |
| Octal | 310 | 47 | 13 | 0 | 120 | 136 | 26 | 11 | 132 | 51 |
| Binary | 11001000 | 100111 | 1011 | 0 | 1010000 | 1011110 | 10110 | 1001 | 1011010 | 101001 |
Color Harmonies of #C8270B
Complementary color
Monochromatic Colors of #C8270B
Black with #C8270B
Text Example
Text Example
White with #C8270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8270B; }
p { color: rgb(200,39,11); }
H1.HeaderClassName
{
color: #C8270B;
}
.AnyTagClassName
{
color: #C8270B;
}
</style>
background-color css
<style>
a { background-color: #C8270B; }
a { background-color: rgb(200,39,11); }
div.DivClassName
{
background-color: #C8270B;
}
.BgClassName
{
background-color: #C8270B;
}
</style>
border-color css
<style>
span { border-color: #C8270B; }
span { border-color: rgb(200,39,11); }
td.TdClassName
{
border-color: #C8270B;
}
.TagClassName
{
border-color: #C8270B;
}
</style>