Html Css Color HEX #C63208 Harley Davidson Orange
📋 copy color: '#C63208'red 198 ◦ green 50 ◦ blue 8
Shades of Harley Davidson Orange #C63208
Tints of Harley Davidson Orange #C63208
RGB
CMYK
RGB Variations
Color information
#C63208 (or 0xC63208) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 08. RGB value is (198,50,8). Sum of RGB (Red+Green+Blue) = 198+50+8=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C63208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63208 is #39CDF7. Grayscale: #595959. Windows color (decimal): -3788280 or 537286. OLE color: 537286.
HSL color Cylindrical-coordinate representation of color #C63208: hue angle of 13.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C63208 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.22 |
| HSL | 13.26º | 0.92% | 0.4% | - |
| HSV(B) | 13.26º | 0.96% | 0.78% | - |
| XYZ | 24.47 | 14.3 | 1.7 | - |
| YUV | 89.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 8 | 0 | 0.75 | 0.96 | 0.22 | 13.26 | 0.92 | 0.4 |
| Hex | C6 | 32 | 8 | 0 | 4B | 60 | 16 | D | 5C | 28 |
| Octal | 306 | 62 | 10 | 0 | 113 | 140 | 26 | 15 | 134 | 50 |
| Binary | 11000110 | 110010 | 1000 | 0 | 1001011 | 1100000 | 10110 | 1101 | 1011100 | 101000 |
Color Harmonies of #C63208
Complementary color
Monochromatic Colors of #C63208
Black with #C63208
Text Example
Text Example
White with #C63208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63208; }
p { color: rgb(198,50,8); }
H1.HeaderClassName
{
color: #C63208;
}
.AnyTagClassName
{
color: #C63208;
}
</style>
background-color css
<style>
a { background-color: #C63208; }
a { background-color: rgb(198,50,8); }
div.DivClassName
{
background-color: #C63208;
}
.BgClassName
{
background-color: #C63208;
}
</style>
border-color css
<style>
span { border-color: #C63208; }
span { border-color: rgb(198,50,8); }
td.TdClassName
{
border-color: #C63208;
}
.TagClassName
{
border-color: #C63208;
}
</style>