Html Css Color HEX #C62600 Harley Davidson Orange
📋 copy color: '#C62600'red 198 ◦ green 38 ◦ blue 0
Shades of Harley Davidson Orange #C62600
Tints of Harley Davidson Orange #C62600
RGB
CMYK
RGB Variations
Color information
#C62600 (or 0xC62600) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 00. RGB value is (198,38,0). Sum of RGB (Red+Green+Blue) = 198+38+0=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C62600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62600 is #39D9FF. Grayscale: #515151. Windows color (decimal): -3791360 or 9926. OLE color: 9926.
HSL color Cylindrical-coordinate representation of color #C62600: hue angle of 11.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C62600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.22 |
| HSL | 11.52º | 1% | 0.39% | - |
| HSV(B) | 11.52º | 1% | 0.78% | - |
| XYZ | 23.98 | 13.39 | 1.32 | - |
| YUV | 81.51 | 82.01 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 0 | 0 | 0.81 | 1 | 0.22 | 11.52 | 1 | 0.39 |
| Hex | C6 | 26 | 0 | 0 | 51 | 64 | 16 | C | 64 | 27 |
| Octal | 306 | 46 | 0 | 0 | 121 | 144 | 26 | 14 | 144 | 47 |
| Binary | 11000110 | 100110 | 0 | 0 | 1010001 | 1100100 | 10110 | 1100 | 1100100 | 100111 |
Color Harmonies of #C62600
Complementary color
Monochromatic Colors of #C62600
Black with #C62600
Text Example
Text Example
White with #C62600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62600; }
p { color: rgb(198,38,0); }
H1.HeaderClassName
{
color: #C62600;
}
.AnyTagClassName
{
color: #C62600;
}
</style>
background-color css
<style>
a { background-color: #C62600; }
a { background-color: rgb(198,38,0); }
div.DivClassName
{
background-color: #C62600;
}
.BgClassName
{
background-color: #C62600;
}
</style>
border-color css
<style>
span { border-color: #C62600; }
span { border-color: rgb(198,38,0); }
td.TdClassName
{
border-color: #C62600;
}
.TagClassName
{
border-color: #C62600;
}
</style>