Html Css Color HEX #C93D08 Harley Davidson Orange
📋 copy color: '#C93D08'red 201 ◦ green 61 ◦ blue 8
Shades of Harley Davidson Orange #C93D08
Tints of Harley Davidson Orange #C93D08
RGB
CMYK
RGB Variations
Color information
#C93D08 (or 0xC93D08) is known color: Harley Davidson Orange. HEX triplet: C9, 3D and 08. RGB value is (201,61,8). Sum of RGB (Red+Green+Blue) = 201+61+8=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93D08 is #36C2F7. Grayscale: #616161. Windows color (decimal): -3588856 or 540105. OLE color: 540105.
HSL color Cylindrical-coordinate representation of color #C93D08: hue angle of 16.48º 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 #C93D08 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.21 |
| HSL | 16.48º | 0.92% | 0.41% | - |
| HSV(B) | 16.48º | 0.96% | 0.79% | - |
| XYZ | 25.8 | 15.77 | 1.91 | - |
| YUV | 96.82 | 77.88 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 8 | 0 | 0.70 | 0.96 | 0.21 | 16.48 | 0.92 | 0.41 |
| Hex | C9 | 3D | 8 | 0 | 46 | 60 | 15 | 10 | 5C | 29 |
| Octal | 311 | 75 | 10 | 0 | 106 | 140 | 25 | 20 | 134 | 51 |
| Binary | 11001001 | 111101 | 1000 | 0 | 1000110 | 1100000 | 10101 | 10000 | 1011100 | 101001 |
Color Harmonies of #C93D08
Complementary color
Monochromatic Colors of #C93D08
Black with #C93D08
Text Example
Text Example
White with #C93D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D08; }
p { color: rgb(201,61,8); }
H1.HeaderClassName
{
color: #C93D08;
}
.AnyTagClassName
{
color: #C93D08;
}
</style>
background-color css
<style>
a { background-color: #C93D08; }
a { background-color: rgb(201,61,8); }
div.DivClassName
{
background-color: #C93D08;
}
.BgClassName
{
background-color: #C93D08;
}
</style>
border-color css
<style>
span { border-color: #C93D08; }
span { border-color: rgb(201,61,8); }
td.TdClassName
{
border-color: #C93D08;
}
.TagClassName
{
border-color: #C93D08;
}
</style>