Html Css Color HEX #C63200 Harley Davidson Orange
📋 copy color: '#C63200'red 198 ◦ green 50 ◦ blue 0
Shades of Harley Davidson Orange #C63200
Tints of Harley Davidson Orange #C63200
RGB
CMYK
RGB Variations
Color information
#C63200 (or 0xC63200) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 00. RGB value is (198,50,0). Sum of RGB (Red+Green+Blue) = 198+50+0=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C63200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63200 is #39CDFF. Grayscale: #585858. Windows color (decimal): -3788288 or 12998. OLE color: 12998.
HSL color Cylindrical-coordinate representation of color #C63200: hue angle of 15.15º 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 #C63200 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.22 |
| HSL | 15.15º | 1% | 0.39% | - |
| HSV(B) | 15.15º | 1% | 0.78% | - |
| XYZ | 24.43 | 14.29 | 1.47 | - |
| YUV | 88.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 0 | 0 | 0.75 | 1 | 0.22 | 15.15 | 1 | 0.39 |
| Hex | C6 | 32 | 0 | 0 | 4B | 64 | 16 | F | 64 | 27 |
| Octal | 306 | 62 | 0 | 0 | 113 | 144 | 26 | 17 | 144 | 47 |
| Binary | 11000110 | 110010 | 0 | 0 | 1001011 | 1100100 | 10110 | 1111 | 1100100 | 100111 |
Color Harmonies of #C63200
Complementary color
Monochromatic Colors of #C63200
Black with #C63200
Text Example
Text Example
White with #C63200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63200; }
p { color: rgb(198,50,0); }
H1.HeaderClassName
{
color: #C63200;
}
.AnyTagClassName
{
color: #C63200;
}
</style>
background-color css
<style>
a { background-color: #C63200; }
a { background-color: rgb(198,50,0); }
div.DivClassName
{
background-color: #C63200;
}
.BgClassName
{
background-color: #C63200;
}
</style>
border-color css
<style>
span { border-color: #C63200; }
span { border-color: rgb(198,50,0); }
td.TdClassName
{
border-color: #C63200;
}
.TagClassName
{
border-color: #C63200;
}
</style>