Html Css Color HEX #C03207 Harley Davidson Orange
📋 copy color: '#C03207'red 192 ◦ green 50 ◦ blue 7
Shades of Harley Davidson Orange #C03207
Tints of Harley Davidson Orange #C03207
RGB
CMYK
RGB Variations
Color information
#C03207 (or 0xC03207) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 07. RGB value is (192,50,7). Sum of RGB (Red+Green+Blue) = 192+50+7=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C03207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03207 is #3FCDF8. Grayscale: #575757. Windows color (decimal): -4181497 or 471744. OLE color: 471744.
HSL color Cylindrical-coordinate representation of color #C03207: hue angle of 13.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C03207 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.25 |
| HSL | 13.95º | 0.93% | 0.39% | - |
| HSV(B) | 13.95º | 0.96% | 0.75% | - |
| XYZ | 22.92 | 13.5 | 1.6 | - |
| YUV | 87.56 | 82.54 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 7 | 0 | 0.74 | 0.96 | 0.25 | 13.95 | 0.93 | 0.39 |
| Hex | C0 | 32 | 7 | 0 | 4A | 60 | 19 | E | 5D | 27 |
| Octal | 300 | 62 | 7 | 0 | 112 | 140 | 31 | 16 | 135 | 47 |
| Binary | 11000000 | 110010 | 111 | 0 | 1001010 | 1100000 | 11001 | 1110 | 1011101 | 100111 |
Color Harmonies of #C03207
Complementary color
Monochromatic Colors of #C03207
Black with #C03207
Text Example
Text Example
White with #C03207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03207; }
p { color: rgb(192,50,7); }
H1.HeaderClassName
{
color: #C03207;
}
.AnyTagClassName
{
color: #C03207;
}
</style>
background-color css
<style>
a { background-color: #C03207; }
a { background-color: rgb(192,50,7); }
div.DivClassName
{
background-color: #C03207;
}
.BgClassName
{
background-color: #C03207;
}
</style>
border-color css
<style>
span { border-color: #C03207; }
span { border-color: rgb(192,50,7); }
td.TdClassName
{
border-color: #C03207;
}
.TagClassName
{
border-color: #C03207;
}
</style>