Html Css Color HEX #C93208 Harley Davidson Orange
📋 copy color: '#C93208'red 201 ◦ green 50 ◦ blue 8
Shades of Harley Davidson Orange #C93208
Tints of Harley Davidson Orange #C93208
RGB
CMYK
RGB Variations
Color information
#C93208 (or 0xC93208) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 08. RGB value is (201,50,8). Sum of RGB (Red+Green+Blue) = 201+50+8=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C93208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93208 is #36CDF7. Grayscale: #5A5A5A. Windows color (decimal): -3591672 or 537289. OLE color: 537289.
HSL color Cylindrical-coordinate representation of color #C93208: hue angle of 13.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C93208 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.21 |
| HSL | 13.06º | 0.92% | 0.41% | - |
| HSV(B) | 13.06º | 0.96% | 0.79% | - |
| XYZ | 25.27 | 14.72 | 1.74 | - |
| YUV | 90.36 | 81.53 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 8 | 0 | 0.75 | 0.96 | 0.21 | 13.06 | 0.92 | 0.41 |
| Hex | C9 | 32 | 8 | 0 | 4B | 60 | 15 | D | 5C | 29 |
| Octal | 311 | 62 | 10 | 0 | 113 | 140 | 25 | 15 | 134 | 51 |
| Binary | 11001001 | 110010 | 1000 | 0 | 1001011 | 1100000 | 10101 | 1101 | 1011100 | 101001 |
Color Harmonies of #C93208
Complementary color
Monochromatic Colors of #C93208
Black with #C93208
Text Example
Text Example
White with #C93208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93208; }
p { color: rgb(201,50,8); }
H1.HeaderClassName
{
color: #C93208;
}
.AnyTagClassName
{
color: #C93208;
}
</style>
background-color css
<style>
a { background-color: #C93208; }
a { background-color: rgb(201,50,8); }
div.DivClassName
{
background-color: #C93208;
}
.BgClassName
{
background-color: #C93208;
}
</style>
border-color css
<style>
span { border-color: #C93208; }
span { border-color: rgb(201,50,8); }
td.TdClassName
{
border-color: #C93208;
}
.TagClassName
{
border-color: #C93208;
}
</style>