Html Css Color HEX #C63207 Harley Davidson Orange
📋 copy color: '#C63207'red 198 ◦ green 50 ◦ blue 7
Shades of Harley Davidson Orange #C63207
Tints of Harley Davidson Orange #C63207
RGB
CMYK
RGB Variations
Color information
#C63207 (or 0xC63207) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 07. RGB value is (198,50,7). Sum of RGB (Red+Green+Blue) = 198+50+7=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C63207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63207 is #39CDF8. Grayscale: #595959. Windows color (decimal): -3788281 or 471750. OLE color: 471750.
HSL color Cylindrical-coordinate representation of color #C63207: hue angle of 13.51º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C63207 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 7 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.22 |
| HSL | 13.51º | 0.93% | 0.4% | - |
| HSV(B) | 13.51º | 0.96% | 0.78% | - |
| XYZ | 24.47 | 14.3 | 1.67 | - |
| YUV | 89.35 | 81.53 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 7 | 0 | 0.75 | 0.96 | 0.22 | 13.51 | 0.93 | 0.4 |
| Hex | C6 | 32 | 7 | 0 | 4B | 60 | 16 | E | 5D | 28 |
| Octal | 306 | 62 | 7 | 0 | 113 | 140 | 26 | 16 | 135 | 50 |
| Binary | 11000110 | 110010 | 111 | 0 | 1001011 | 1100000 | 10110 | 1110 | 1011101 | 101000 |
Color Harmonies of #C63207
Complementary color
Monochromatic Colors of #C63207
Black with #C63207
Text Example
Text Example
White with #C63207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63207; }
p { color: rgb(198,50,7); }
H1.HeaderClassName
{
color: #C63207;
}
.AnyTagClassName
{
color: #C63207;
}
</style>
background-color css
<style>
a { background-color: #C63207; }
a { background-color: rgb(198,50,7); }
div.DivClassName
{
background-color: #C63207;
}
.BgClassName
{
background-color: #C63207;
}
</style>
border-color css
<style>
span { border-color: #C63207; }
span { border-color: rgb(198,50,7); }
td.TdClassName
{
border-color: #C63207;
}
.TagClassName
{
border-color: #C63207;
}
</style>