Html Css Color HEX #C03313 Harley Davidson Orange
📋 copy color: '#C03313'red 192 ◦ green 51 ◦ blue 19
Shades of Harley Davidson Orange #C03313
Tints of Harley Davidson Orange #C03313
RGB
CMYK
RGB Variations
Color information
#C03313 (or 0xC03313) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 13. RGB value is (192,51,19). Sum of RGB (Red+Green+Blue) = 192+51+19=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C03313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03313 is #3FCCEC. Grayscale: #595959. Windows color (decimal): -4181229 or 1258432. OLE color: 1258432.
HSL color Cylindrical-coordinate representation of color #C03313: hue angle of 11.1º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03313 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.25 |
| HSL | 11.1º | 0.82% | 0.41% | - |
| HSV(B) | 11.1º | 0.9% | 0.75% | - |
| XYZ | 23.04 | 13.62 | 2.03 | - |
| YUV | 89.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 19 | 0 | 0.73 | 0.90 | 0.25 | 11.1 | 0.82 | 0.41 |
| Hex | C0 | 33 | 13 | 0 | 49 | 5A | 19 | B | 52 | 29 |
| Octal | 300 | 63 | 23 | 0 | 111 | 132 | 31 | 13 | 122 | 51 |
| Binary | 11000000 | 110011 | 10011 | 0 | 1001001 | 1011010 | 11001 | 1011 | 1010010 | 101001 |
Color Harmonies of #C03313
Complementary color
Monochromatic Colors of #C03313
Black with #C03313
Text Example
Text Example
White with #C03313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03313; }
p { color: rgb(192,51,19); }
H1.HeaderClassName
{
color: #C03313;
}
.AnyTagClassName
{
color: #C03313;
}
</style>
background-color css
<style>
a { background-color: #C03313; }
a { background-color: rgb(192,51,19); }
div.DivClassName
{
background-color: #C03313;
}
.BgClassName
{
background-color: #C03313;
}
</style>
border-color css
<style>
span { border-color: #C03313; }
span { border-color: rgb(192,51,19); }
td.TdClassName
{
border-color: #C03313;
}
.TagClassName
{
border-color: #C03313;
}
</style>