Html Css Color HEX #C63701 Harley Davidson Orange
📋 copy color: '#C63701'red 198 ◦ green 55 ◦ blue 1
Shades of Harley Davidson Orange #C63701
Tints of Harley Davidson Orange #C63701
RGB
CMYK
RGB Variations
Color information
#C63701 (or 0xC63701) is known color: Harley Davidson Orange. HEX triplet: C6, 37 and 01. RGB value is (198,55,1). Sum of RGB (Red+Green+Blue) = 198+55+1=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C63701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63701 is #39C8FE. Grayscale: #5B5B5B. Windows color (decimal): -3787007 or 79814. OLE color: 79814.
HSL color Cylindrical-coordinate representation of color #C63701: hue angle of 16.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C63701 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.22 |
| HSL | 16.45º | 0.99% | 0.39% | - |
| HSV(B) | 16.45º | 0.99% | 0.78% | - |
| XYZ | 24.66 | 14.74 | 1.57 | - |
| YUV | 91.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 1 | 0 | 0.72 | 0.99 | 0.22 | 16.45 | 0.99 | 0.39 |
| Hex | C6 | 37 | 1 | 0 | 48 | 63 | 16 | 10 | 63 | 27 |
| Octal | 306 | 67 | 1 | 0 | 110 | 143 | 26 | 20 | 143 | 47 |
| Binary | 11000110 | 110111 | 1 | 0 | 1001000 | 1100011 | 10110 | 10000 | 1100011 | 100111 |
Color Harmonies of #C63701
Complementary color
Monochromatic Colors of #C63701
Black with #C63701
Text Example
Text Example
White with #C63701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63701; }
p { color: rgb(198,55,1); }
H1.HeaderClassName
{
color: #C63701;
}
.AnyTagClassName
{
color: #C63701;
}
</style>
background-color css
<style>
a { background-color: #C63701; }
a { background-color: rgb(198,55,1); }
div.DivClassName
{
background-color: #C63701;
}
.BgClassName
{
background-color: #C63701;
}
</style>
border-color css
<style>
span { border-color: #C63701; }
span { border-color: rgb(198,55,1); }
td.TdClassName
{
border-color: #C63701;
}
.TagClassName
{
border-color: #C63701;
}
</style>