Html Css Color HEX #C8270A Harley Davidson Orange
📋 copy color: '#C8270A'red 200 ◦ green 39 ◦ blue 10
Shades of Harley Davidson Orange #C8270A
Tints of Harley Davidson Orange #C8270A
RGB
CMYK
RGB Variations
Color information
#C8270A (or 0xC8270A) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 0A. RGB value is (200,39,10). Sum of RGB (Red+Green+Blue) = 200+39+10=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8270A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8270A is #37D8F5. Grayscale: #545454. Windows color (decimal): -3660022 or 665544. OLE color: 665544.
HSL color Cylindrical-coordinate representation of color #C8270A: hue angle of 9.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8270A is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 10 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.22 |
| HSL | 9.16º | 0.9% | 0.41% | - |
| HSV(B) | 9.16º | 0.95% | 0.78% | - |
| XYZ | 24.6 | 13.75 | 1.65 | - |
| YUV | 83.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 10 | 0 | 0.80 | 0.95 | 0.22 | 9.16 | 0.9 | 0.41 |
| Hex | C8 | 27 | A | 0 | 50 | 5F | 16 | 9 | 5A | 29 |
| Octal | 310 | 47 | 12 | 0 | 120 | 137 | 26 | 11 | 132 | 51 |
| Binary | 11001000 | 100111 | 1010 | 0 | 1010000 | 1011111 | 10110 | 1001 | 1011010 | 101001 |
Color Harmonies of #C8270A
Complementary color
Monochromatic Colors of #C8270A
Black with #C8270A
Text Example
Text Example
White with #C8270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8270A; }
p { color: rgb(200,39,10); }
H1.HeaderClassName
{
color: #C8270A;
}
.AnyTagClassName
{
color: #C8270A;
}
</style>
background-color css
<style>
a { background-color: #C8270A; }
a { background-color: rgb(200,39,10); }
div.DivClassName
{
background-color: #C8270A;
}
.BgClassName
{
background-color: #C8270A;
}
</style>
border-color css
<style>
span { border-color: #C8270A; }
span { border-color: rgb(200,39,10); }
td.TdClassName
{
border-color: #C8270A;
}
.TagClassName
{
border-color: #C8270A;
}
</style>