Html Css Color HEX #C63807 Harley Davidson Orange
📋 copy color: '#C63807'red 198 ◦ green 56 ◦ blue 7
Shades of Harley Davidson Orange #C63807
Tints of Harley Davidson Orange #C63807
RGB
CMYK
RGB Variations
Color information
#C63807 (or 0xC63807) is known color: Harley Davidson Orange. HEX triplet: C6, 38 and 07. RGB value is (198,56,7). Sum of RGB (Red+Green+Blue) = 198+56+7=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C63807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63807 is #39C7F8. Grayscale: #5D5D5D. Windows color (decimal): -3786745 or 473286. OLE color: 473286.
HSL color Cylindrical-coordinate representation of color #C63807: hue angle of 15.39º 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 #C63807 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.22 |
| HSL | 15.39º | 0.93% | 0.4% | - |
| HSV(B) | 15.39º | 0.96% | 0.78% | - |
| XYZ | 24.74 | 14.85 | 1.76 | - |
| YUV | 92.87 | 79.54 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 7 | 0 | 0.72 | 0.96 | 0.22 | 15.39 | 0.93 | 0.4 |
| Hex | C6 | 38 | 7 | 0 | 48 | 60 | 16 | F | 5D | 28 |
| Octal | 306 | 70 | 7 | 0 | 110 | 140 | 26 | 17 | 135 | 50 |
| Binary | 11000110 | 111000 | 111 | 0 | 1001000 | 1100000 | 10110 | 1111 | 1011101 | 101000 |
Color Harmonies of #C63807
Complementary color
Monochromatic Colors of #C63807
Black with #C63807
Text Example
Text Example
White with #C63807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63807; }
p { color: rgb(198,56,7); }
H1.HeaderClassName
{
color: #C63807;
}
.AnyTagClassName
{
color: #C63807;
}
</style>
background-color css
<style>
a { background-color: #C63807; }
a { background-color: rgb(198,56,7); }
div.DivClassName
{
background-color: #C63807;
}
.BgClassName
{
background-color: #C63807;
}
</style>
border-color css
<style>
span { border-color: #C63807; }
span { border-color: rgb(198,56,7); }
td.TdClassName
{
border-color: #C63807;
}
.TagClassName
{
border-color: #C63807;
}
</style>