Html Css Color HEX #C9330B Harley Davidson Orange
📋 copy color: '#C9330B'red 201 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #C9330B
Tints of Harley Davidson Orange #C9330B
RGB
CMYK
RGB Variations
Color information
#C9330B (or 0xC9330B) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 0B. RGB value is (201,51,11). Sum of RGB (Red+Green+Blue) = 201+51+11=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C9330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9330B is #36CCF4. Grayscale: #5B5B5B. Windows color (decimal): -3591413 or 734153. OLE color: 734153.
HSL color Cylindrical-coordinate representation of color #C9330B: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9330B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.21 |
| HSL | 12.63º | 0.9% | 0.42% | - |
| HSV(B) | 12.63º | 0.95% | 0.79% | - |
| XYZ | 25.33 | 14.81 | 1.84 | - |
| YUV | 91.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 11 | 0 | 0.75 | 0.95 | 0.21 | 12.63 | 0.9 | 0.42 |
| Hex | C9 | 33 | B | 0 | 4B | 5F | 15 | D | 5A | 2A |
| Octal | 311 | 63 | 13 | 0 | 113 | 137 | 25 | 15 | 132 | 52 |
| Binary | 11001001 | 110011 | 1011 | 0 | 1001011 | 1011111 | 10101 | 1101 | 1011010 | 101010 |
Color Harmonies of #C9330B
Complementary color
Monochromatic Colors of #C9330B
Black with #C9330B
Text Example
Text Example
White with #C9330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9330B; }
p { color: rgb(201,51,11); }
H1.HeaderClassName
{
color: #C9330B;
}
.AnyTagClassName
{
color: #C9330B;
}
</style>
background-color css
<style>
a { background-color: #C9330B; }
a { background-color: rgb(201,51,11); }
div.DivClassName
{
background-color: #C9330B;
}
.BgClassName
{
background-color: #C9330B;
}
</style>
border-color css
<style>
span { border-color: #C9330B; }
span { border-color: rgb(201,51,11); }
td.TdClassName
{
border-color: #C9330B;
}
.TagClassName
{
border-color: #C9330B;
}
</style>