Html Css Color HEX #C9330A Harley Davidson Orange
📋 copy color: '#C9330A'red 201 ◦ green 51 ◦ blue 10
Shades of Harley Davidson Orange #C9330A
Tints of Harley Davidson Orange #C9330A
RGB
CMYK
RGB Variations
Color information
#C9330A (or 0xC9330A) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 0A. RGB value is (201,51,10). Sum of RGB (Red+Green+Blue) = 201+51+10=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C9330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9330A is #36CCF5. Grayscale: #5B5B5B. Windows color (decimal): -3591414 or 668617. OLE color: 668617.
HSL color Cylindrical-coordinate representation of color #C9330A: hue angle of 12.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9330A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.21 |
| HSL | 12.88º | 0.91% | 0.41% | - |
| HSV(B) | 12.88º | 0.95% | 0.79% | - |
| XYZ | 25.33 | 14.81 | 1.81 | - |
| YUV | 91.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 10 | 0 | 0.75 | 0.95 | 0.21 | 12.88 | 0.91 | 0.41 |
| Hex | C9 | 33 | A | 0 | 4B | 5F | 15 | D | 5B | 29 |
| Octal | 311 | 63 | 12 | 0 | 113 | 137 | 25 | 15 | 133 | 51 |
| Binary | 11001001 | 110011 | 1010 | 0 | 1001011 | 1011111 | 10101 | 1101 | 1011011 | 101001 |
Color Harmonies of #C9330A
Complementary color
Monochromatic Colors of #C9330A
Black with #C9330A
Text Example
Text Example
White with #C9330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9330A; }
p { color: rgb(201,51,10); }
H1.HeaderClassName
{
color: #C9330A;
}
.AnyTagClassName
{
color: #C9330A;
}
</style>
background-color css
<style>
a { background-color: #C9330A; }
a { background-color: rgb(201,51,10); }
div.DivClassName
{
background-color: #C9330A;
}
.BgClassName
{
background-color: #C9330A;
}
</style>
border-color css
<style>
span { border-color: #C9330A; }
span { border-color: rgb(201,51,10); }
td.TdClassName
{
border-color: #C9330A;
}
.TagClassName
{
border-color: #C9330A;
}
</style>