Html Css Color HEX #C62F0B Harley Davidson Orange
📋 copy color: '#C62F0B'red 198 ◦ green 47 ◦ blue 11
Shades of Harley Davidson Orange #C62F0B
Tints of Harley Davidson Orange #C62F0B
RGB
CMYK
RGB Variations
Color information
#C62F0B (or 0xC62F0B) is known color: Harley Davidson Orange. HEX triplet: C6, 2F and 0B. RGB value is (198,47,11). Sum of RGB (Red+Green+Blue) = 198+47+11=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62F0B is #39D0F4. Grayscale: #585858. Windows color (decimal): -3789045 or 733126. OLE color: 733126.
HSL color Cylindrical-coordinate representation of color #C62F0B: hue angle of 11.55º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C62F0B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 11 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.22 |
| HSL | 11.55º | 0.89% | 0.41% | - |
| HSV(B) | 11.55º | 0.94% | 0.78% | - |
| XYZ | 24.37 | 14.06 | 1.75 | - |
| YUV | 88.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 11 | 0 | 0.76 | 0.94 | 0.22 | 11.55 | 0.89 | 0.41 |
| Hex | C6 | 2F | B | 0 | 4C | 5E | 16 | C | 59 | 29 |
| Octal | 306 | 57 | 13 | 0 | 114 | 136 | 26 | 14 | 131 | 51 |
| Binary | 11000110 | 101111 | 1011 | 0 | 1001100 | 1011110 | 10110 | 1100 | 1011001 | 101001 |
Color Harmonies of #C62F0B
Complementary color
Monochromatic Colors of #C62F0B
Black with #C62F0B
Text Example
Text Example
White with #C62F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F0B; }
p { color: rgb(198,47,11); }
H1.HeaderClassName
{
color: #C62F0B;
}
.AnyTagClassName
{
color: #C62F0B;
}
</style>
background-color css
<style>
a { background-color: #C62F0B; }
a { background-color: rgb(198,47,11); }
div.DivClassName
{
background-color: #C62F0B;
}
.BgClassName
{
background-color: #C62F0B;
}
</style>
border-color css
<style>
span { border-color: #C62F0B; }
span { border-color: rgb(198,47,11); }
td.TdClassName
{
border-color: #C62F0B;
}
.TagClassName
{
border-color: #C62F0B;
}
</style>