Html Css Color HEX #C03209 Harley Davidson Orange
📋 copy color: '#C03209'red 192 ◦ green 50 ◦ blue 9
Shades of Harley Davidson Orange #C03209
Tints of Harley Davidson Orange #C03209
RGB
CMYK
RGB Variations
Color information
#C03209 (or 0xC03209) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 09. RGB value is (192,50,9). Sum of RGB (Red+Green+Blue) = 192+50+9=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C03209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03209 is #3FCDF6. Grayscale: #585858. Windows color (decimal): -4181495 or 602816. OLE color: 602816.
HSL color Cylindrical-coordinate representation of color #C03209: hue angle of 13.44º 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 #C03209 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 9 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.25 |
| HSL | 13.44º | 0.91% | 0.39% | - |
| HSV(B) | 13.44º | 0.95% | 0.75% | - |
| XYZ | 22.93 | 13.51 | 1.66 | - |
| YUV | 87.78 | 83.54 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 9 | 0 | 0.74 | 0.95 | 0.25 | 13.44 | 0.91 | 0.39 |
| Hex | C0 | 32 | 9 | 0 | 4A | 5F | 19 | D | 5B | 27 |
| Octal | 300 | 62 | 11 | 0 | 112 | 137 | 31 | 15 | 133 | 47 |
| Binary | 11000000 | 110010 | 1001 | 0 | 1001010 | 1011111 | 11001 | 1101 | 1011011 | 100111 |
Color Harmonies of #C03209
Complementary color
Monochromatic Colors of #C03209
Black with #C03209
Text Example
Text Example
White with #C03209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03209; }
p { color: rgb(192,50,9); }
H1.HeaderClassName
{
color: #C03209;
}
.AnyTagClassName
{
color: #C03209;
}
</style>
background-color css
<style>
a { background-color: #C03209; }
a { background-color: rgb(192,50,9); }
div.DivClassName
{
background-color: #C03209;
}
.BgClassName
{
background-color: #C03209;
}
</style>
border-color css
<style>
span { border-color: #C03209; }
span { border-color: rgb(192,50,9); }
td.TdClassName
{
border-color: #C03209;
}
.TagClassName
{
border-color: #C03209;
}
</style>