Html Css Color HEX #C62300 Harley Davidson Orange
📋 copy color: '#C62300'red 198 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #C62300
Tints of Harley Davidson Orange #C62300
RGB
CMYK
RGB Variations
Color information
#C62300 (or 0xC62300) is known color: Harley Davidson Orange. HEX triplet: C6, 23 and 00. RGB value is (198,35,0). Sum of RGB (Red+Green+Blue) = 198+35+0=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C62300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62300 is #39DCFF. Grayscale: #505050. Windows color (decimal): -3792128 or 9158. OLE color: 9158.
HSL color Cylindrical-coordinate representation of color #C62300: hue angle of 10.61º 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 #C62300 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.22 |
| HSL | 10.61º | 1% | 0.39% | - |
| HSV(B) | 10.61º | 1% | 0.78% | - |
| XYZ | 23.89 | 13.21 | 1.29 | - |
| YUV | 79.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 0 | 0 | 0.82 | 1 | 0.22 | 10.61 | 1 | 0.39 |
| Hex | C6 | 23 | 0 | 0 | 52 | 64 | 16 | B | 64 | 27 |
| Octal | 306 | 43 | 0 | 0 | 122 | 144 | 26 | 13 | 144 | 47 |
| Binary | 11000110 | 100011 | 0 | 0 | 1010010 | 1100100 | 10110 | 1011 | 1100100 | 100111 |
Color Harmonies of #C62300
Complementary color
Monochromatic Colors of #C62300
Black with #C62300
Text Example
Text Example
White with #C62300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62300; }
p { color: rgb(198,35,0); }
H1.HeaderClassName
{
color: #C62300;
}
.AnyTagClassName
{
color: #C62300;
}
</style>
background-color css
<style>
a { background-color: #C62300; }
a { background-color: rgb(198,35,0); }
div.DivClassName
{
background-color: #C62300;
}
.BgClassName
{
background-color: #C62300;
}
</style>
border-color css
<style>
span { border-color: #C62300; }
span { border-color: rgb(198,35,0); }
td.TdClassName
{
border-color: #C62300;
}
.TagClassName
{
border-color: #C62300;
}
</style>