Html Css Color HEX #C93308 Harley Davidson Orange
📋 copy color: '#C93308'red 201 ◦ green 51 ◦ blue 8
Shades of Harley Davidson Orange #C93308
Tints of Harley Davidson Orange #C93308
RGB
CMYK
RGB Variations
Color information
#C93308 (or 0xC93308) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 08. RGB value is (201,51,8). Sum of RGB (Red+Green+Blue) = 201+51+8=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C93308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93308 is #36CCF7. Grayscale: #5B5B5B. Windows color (decimal): -3591416 or 537545. OLE color: 537545.
HSL color Cylindrical-coordinate representation of color #C93308: hue angle of 13.37º 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 #C93308 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.21 |
| HSL | 13.37º | 0.92% | 0.41% | - |
| HSV(B) | 13.37º | 0.96% | 0.79% | - |
| XYZ | 25.32 | 14.8 | 1.75 | - |
| YUV | 90.95 | 81.2 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 8 | 0 | 0.75 | 0.96 | 0.21 | 13.37 | 0.92 | 0.41 |
| Hex | C9 | 33 | 8 | 0 | 4B | 60 | 15 | D | 5C | 29 |
| Octal | 311 | 63 | 10 | 0 | 113 | 140 | 25 | 15 | 134 | 51 |
| Binary | 11001001 | 110011 | 1000 | 0 | 1001011 | 1100000 | 10101 | 1101 | 1011100 | 101001 |
Color Harmonies of #C93308
Complementary color
Monochromatic Colors of #C93308
Black with #C93308
Text Example
Text Example
White with #C93308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93308; }
p { color: rgb(201,51,8); }
H1.HeaderClassName
{
color: #C93308;
}
.AnyTagClassName
{
color: #C93308;
}
</style>
background-color css
<style>
a { background-color: #C93308; }
a { background-color: rgb(201,51,8); }
div.DivClassName
{
background-color: #C93308;
}
.BgClassName
{
background-color: #C93308;
}
</style>
border-color css
<style>
span { border-color: #C93308; }
span { border-color: rgb(201,51,8); }
td.TdClassName
{
border-color: #C93308;
}
.TagClassName
{
border-color: #C93308;
}
</style>