Html Css Color HEX #C93302 Harley Davidson Orange
📋 copy color: '#C93302'red 201 ◦ green 51 ◦ blue 2
Shades of Harley Davidson Orange #C93302
Tints of Harley Davidson Orange #C93302
RGB
CMYK
RGB Variations
Color information
#C93302 (or 0xC93302) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 02. RGB value is (201,51,2). Sum of RGB (Red+Green+Blue) = 201+51+2=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C93302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93302 is #36CCFD. Grayscale: #5A5A5A. Windows color (decimal): -3591422 or 144329. OLE color: 144329.
HSL color Cylindrical-coordinate representation of color #C93302: hue angle of 14.77º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C93302 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.21 |
| HSL | 14.77º | 0.98% | 0.4% | - |
| HSV(B) | 14.77º | 0.99% | 0.79% | - |
| XYZ | 25.28 | 14.79 | 1.58 | - |
| YUV | 90.26 | 78.2 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 2 | 0 | 0.75 | 0.99 | 0.21 | 14.77 | 0.98 | 0.4 |
| Hex | C9 | 33 | 2 | 0 | 4B | 63 | 15 | F | 62 | 28 |
| Octal | 311 | 63 | 2 | 0 | 113 | 143 | 25 | 17 | 142 | 50 |
| Binary | 11001001 | 110011 | 10 | 0 | 1001011 | 1100011 | 10101 | 1111 | 1100010 | 101000 |
Color Harmonies of #C93302
Complementary color
Monochromatic Colors of #C93302
Black with #C93302
Text Example
Text Example
White with #C93302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93302; }
p { color: rgb(201,51,2); }
H1.HeaderClassName
{
color: #C93302;
}
.AnyTagClassName
{
color: #C93302;
}
</style>
background-color css
<style>
a { background-color: #C93302; }
a { background-color: rgb(201,51,2); }
div.DivClassName
{
background-color: #C93302;
}
.BgClassName
{
background-color: #C93302;
}
</style>
border-color css
<style>
span { border-color: #C93302; }
span { border-color: rgb(201,51,2); }
td.TdClassName
{
border-color: #C93302;
}
.TagClassName
{
border-color: #C93302;
}
</style>