Html Css Color HEX #C8330B Harley Davidson Orange
📋 copy color: '#C8330B'red 200 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #C8330B
Tints of Harley Davidson Orange #C8330B
RGB
CMYK
RGB Variations
Color information
#C8330B (or 0xC8330B) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 0B. RGB value is (200,51,11). Sum of RGB (Red+Green+Blue) = 200+51+11=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8330B is #37CCF4. Grayscale: #5B5B5B. Windows color (decimal): -3656949 or 734152. OLE color: 734152.
HSL color Cylindrical-coordinate representation of color #C8330B: hue angle of 12.7º 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 #C8330B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.22 |
| HSL | 12.7º | 0.9% | 0.41% | - |
| HSV(B) | 12.7º | 0.95% | 0.78% | - |
| XYZ | 25.06 | 14.67 | 1.83 | - |
| YUV | 90.99 | 82.86 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 11 | 0 | 0.74 | 0.94 | 0.22 | 12.7 | 0.9 | 0.41 |
| Hex | C8 | 33 | B | 0 | 4A | 5E | 16 | D | 5A | 29 |
| Octal | 310 | 63 | 13 | 0 | 112 | 136 | 26 | 15 | 132 | 51 |
| Binary | 11001000 | 110011 | 1011 | 0 | 1001010 | 1011110 | 10110 | 1101 | 1011010 | 101001 |
Color Harmonies of #C8330B
Complementary color
Monochromatic Colors of #C8330B
Black with #C8330B
Text Example
Text Example
White with #C8330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8330B; }
p { color: rgb(200,51,11); }
H1.HeaderClassName
{
color: #C8330B;
}
.AnyTagClassName
{
color: #C8330B;
}
</style>
background-color css
<style>
a { background-color: #C8330B; }
a { background-color: rgb(200,51,11); }
div.DivClassName
{
background-color: #C8330B;
}
.BgClassName
{
background-color: #C8330B;
}
</style>
border-color css
<style>
span { border-color: #C8330B; }
span { border-color: rgb(200,51,11); }
td.TdClassName
{
border-color: #C8330B;
}
.TagClassName
{
border-color: #C8330B;
}
</style>