Html Css Color HEX #C03305 Harley Davidson Orange
📋 copy color: '#C03305'red 192 ◦ green 51 ◦ blue 5
Shades of Harley Davidson Orange #C03305
Tints of Harley Davidson Orange #C03305
RGB
CMYK
RGB Variations
Color information
#C03305 (or 0xC03305) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 05. RGB value is (192,51,5). Sum of RGB (Red+Green+Blue) = 192+51+5=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C03305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03305 is #3FCCFA. Grayscale: #585858. Windows color (decimal): -4181243 or 340928. OLE color: 340928.
HSL color Cylindrical-coordinate representation of color #C03305: hue angle of 14.76º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C03305 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.25 |
| HSL | 14.76º | 0.95% | 0.39% | - |
| HSV(B) | 14.76º | 0.97% | 0.75% | - |
| XYZ | 22.95 | 13.59 | 1.56 | - |
| YUV | 87.92 | 81.21 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 5 | 0 | 0.73 | 0.97 | 0.25 | 14.76 | 0.95 | 0.39 |
| Hex | C0 | 33 | 5 | 0 | 49 | 61 | 19 | F | 5F | 27 |
| Octal | 300 | 63 | 5 | 0 | 111 | 141 | 31 | 17 | 137 | 47 |
| Binary | 11000000 | 110011 | 101 | 0 | 1001001 | 1100001 | 11001 | 1111 | 1011111 | 100111 |
Color Harmonies of #C03305
Complementary color
Monochromatic Colors of #C03305
Black with #C03305
Text Example
Text Example
White with #C03305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03305; }
p { color: rgb(192,51,5); }
H1.HeaderClassName
{
color: #C03305;
}
.AnyTagClassName
{
color: #C03305;
}
</style>
background-color css
<style>
a { background-color: #C03305; }
a { background-color: rgb(192,51,5); }
div.DivClassName
{
background-color: #C03305;
}
.BgClassName
{
background-color: #C03305;
}
</style>
border-color css
<style>
span { border-color: #C03305; }
span { border-color: rgb(192,51,5); }
td.TdClassName
{
border-color: #C03305;
}
.TagClassName
{
border-color: #C03305;
}
</style>