Html Css Color HEX #C03409 Harley Davidson Orange
📋 copy color: '#C03409'red 192 ◦ green 52 ◦ blue 9
Shades of Harley Davidson Orange #C03409
Tints of Harley Davidson Orange #C03409
RGB
CMYK
RGB Variations
Color information
#C03409 (or 0xC03409) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 09. RGB value is (192,52,9). Sum of RGB (Red+Green+Blue) = 192+52+9=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C03409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03409 is #3FCBF6. Grayscale: #595959. Windows color (decimal): -4180983 or 603328. OLE color: 603328.
HSL color Cylindrical-coordinate representation of color #C03409: hue angle of 14.1º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C03409 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 9 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.25 |
| HSL | 14.1º | 0.91% | 0.39% | - |
| HSV(B) | 14.1º | 0.95% | 0.75% | - |
| XYZ | 23.02 | 13.68 | 1.69 | - |
| YUV | 88.96 | 82.88 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 9 | 0 | 0.73 | 0.95 | 0.25 | 14.1 | 0.91 | 0.39 |
| Hex | C0 | 34 | 9 | 0 | 49 | 5F | 19 | E | 5B | 27 |
| Octal | 300 | 64 | 11 | 0 | 111 | 137 | 31 | 16 | 133 | 47 |
| Binary | 11000000 | 110100 | 1001 | 0 | 1001001 | 1011111 | 11001 | 1110 | 1011011 | 100111 |
Color Harmonies of #C03409
Complementary color
Monochromatic Colors of #C03409
Black with #C03409
Text Example
Text Example
White with #C03409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03409; }
p { color: rgb(192,52,9); }
H1.HeaderClassName
{
color: #C03409;
}
.AnyTagClassName
{
color: #C03409;
}
</style>
background-color css
<style>
a { background-color: #C03409; }
a { background-color: rgb(192,52,9); }
div.DivClassName
{
background-color: #C03409;
}
.BgClassName
{
background-color: #C03409;
}
</style>
border-color css
<style>
span { border-color: #C03409; }
span { border-color: rgb(192,52,9); }
td.TdClassName
{
border-color: #C03409;
}
.TagClassName
{
border-color: #C03409;
}
</style>