Html Css Color HEX #C93318 Harley Davidson Orange
📋 copy color: '#C93318'red 201 ◦ green 51 ◦ blue 24
Shades of Harley Davidson Orange #C93318
Tints of Harley Davidson Orange #C93318
RGB
CMYK
RGB Variations
Color information
#C93318 (or 0xC93318) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 18. RGB value is (201,51,24). Sum of RGB (Red+Green+Blue) = 201+51+24=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C93318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93318 is #36CCE7. Grayscale: #5D5D5D. Windows color (decimal): -3591400 or 1586121. OLE color: 1586121.
HSL color Cylindrical-coordinate representation of color #C93318: hue angle of 9.15º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C93318 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 24 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.21 |
| HSL | 9.15º | 0.79% | 0.44% | - |
| HSV(B) | 9.15º | 0.88% | 0.79% | - |
| XYZ | 25.44 | 14.85 | 2.39 | - |
| YUV | 92.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 24 | 0 | 0.75 | 0.88 | 0.21 | 9.15 | 0.79 | 0.44 |
| Hex | C9 | 33 | 18 | 0 | 4B | 58 | 15 | 9 | 4F | 2C |
| Octal | 311 | 63 | 30 | 0 | 113 | 130 | 25 | 11 | 117 | 54 |
| Binary | 11001001 | 110011 | 11000 | 0 | 1001011 | 1011000 | 10101 | 1001 | 1001111 | 101100 |
Color Harmonies of #C93318
Complementary color
Monochromatic Colors of #C93318
Black with #C93318
Text Example
Text Example
White with #C93318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93318; }
p { color: rgb(201,51,24); }
H1.HeaderClassName
{
color: #C93318;
}
.AnyTagClassName
{
color: #C93318;
}
</style>
background-color css
<style>
a { background-color: #C93318; }
a { background-color: rgb(201,51,24); }
div.DivClassName
{
background-color: #C93318;
}
.BgClassName
{
background-color: #C93318;
}
</style>
border-color css
<style>
span { border-color: #C93318; }
span { border-color: rgb(201,51,24); }
td.TdClassName
{
border-color: #C93318;
}
.TagClassName
{
border-color: #C93318;
}
</style>