Html Css Color HEX #C62701 Harley Davidson Orange
📋 copy color: '#C62701'red 198 ◦ green 39 ◦ blue 1
Shades of Harley Davidson Orange #C62701
Tints of Harley Davidson Orange #C62701
RGB
CMYK
RGB Variations
Color information
#C62701 (or 0xC62701) is known color: Harley Davidson Orange. HEX triplet: C6, 27 and 01. RGB value is (198,39,1). Sum of RGB (Red+Green+Blue) = 198+39+1=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C62701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62701 is #39D8FE. Grayscale: #525252. Windows color (decimal): -3791103 or 75718. OLE color: 75718.
HSL color Cylindrical-coordinate representation of color #C62701: hue angle of 11.57º 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 #C62701 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.22 |
| HSL | 11.57º | 0.99% | 0.39% | - |
| HSV(B) | 11.57º | 0.99% | 0.78% | - |
| XYZ | 24.02 | 13.46 | 1.36 | - |
| YUV | 82.21 | 82.18 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 1 | 0 | 0.80 | 0.99 | 0.22 | 11.57 | 0.99 | 0.39 |
| Hex | C6 | 27 | 1 | 0 | 50 | 63 | 16 | C | 63 | 27 |
| Octal | 306 | 47 | 1 | 0 | 120 | 143 | 26 | 14 | 143 | 47 |
| Binary | 11000110 | 100111 | 1 | 0 | 1010000 | 1100011 | 10110 | 1100 | 1100011 | 100111 |
Color Harmonies of #C62701
Complementary color
Monochromatic Colors of #C62701
Black with #C62701
Text Example
Text Example
White with #C62701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62701; }
p { color: rgb(198,39,1); }
H1.HeaderClassName
{
color: #C62701;
}
.AnyTagClassName
{
color: #C62701;
}
</style>
background-color css
<style>
a { background-color: #C62701; }
a { background-color: rgb(198,39,1); }
div.DivClassName
{
background-color: #C62701;
}
.BgClassName
{
background-color: #C62701;
}
</style>
border-color css
<style>
span { border-color: #C62701; }
span { border-color: rgb(198,39,1); }
td.TdClassName
{
border-color: #C62701;
}
.TagClassName
{
border-color: #C62701;
}
</style>