Html Css Color HEX #C03318 Harley Davidson Orange
📋 copy color: '#C03318'red 192 ◦ green 51 ◦ blue 24
Shades of Harley Davidson Orange #C03318
Tints of Harley Davidson Orange #C03318
RGB
CMYK
RGB Variations
Color information
#C03318 (or 0xC03318) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 18. RGB value is (192,51,24). Sum of RGB (Red+Green+Blue) = 192+51+24=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C03318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03318 is #3FCCE7. Grayscale: #5A5A5A. Windows color (decimal): -4181224 or 1586112. OLE color: 1586112.
HSL color Cylindrical-coordinate representation of color #C03318: hue angle of 9.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C03318 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 24 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.25 |
| HSL | 9.64º | 0.78% | 0.42% | - |
| HSV(B) | 9.64º | 0.88% | 0.75% | - |
| XYZ | 23.09 | 13.64 | 2.28 | - |
| YUV | 90.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 24 | 0 | 0.73 | 0.88 | 0.25 | 9.64 | 0.78 | 0.42 |
| Hex | C0 | 33 | 18 | 0 | 49 | 58 | 19 | A | 4E | 2A |
| Octal | 300 | 63 | 30 | 0 | 111 | 130 | 31 | 12 | 116 | 52 |
| Binary | 11000000 | 110011 | 11000 | 0 | 1001001 | 1011000 | 11001 | 1010 | 1001110 | 101010 |
Color Harmonies of #C03318
Complementary color
Monochromatic Colors of #C03318
Black with #C03318
Text Example
Text Example
White with #C03318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03318; }
p { color: rgb(192,51,24); }
H1.HeaderClassName
{
color: #C03318;
}
.AnyTagClassName
{
color: #C03318;
}
</style>
background-color css
<style>
a { background-color: #C03318; }
a { background-color: rgb(192,51,24); }
div.DivClassName
{
background-color: #C03318;
}
.BgClassName
{
background-color: #C03318;
}
</style>
border-color css
<style>
span { border-color: #C03318; }
span { border-color: rgb(192,51,24); }
td.TdClassName
{
border-color: #C03318;
}
.TagClassName
{
border-color: #C03318;
}
</style>