Html Css Color HEX #C6330D Harley Davidson Orange
📋 copy color: '#C6330D'red 198 ◦ green 51 ◦ blue 13
Shades of Harley Davidson Orange #C6330D
Tints of Harley Davidson Orange #C6330D
RGB
CMYK
RGB Variations
Color information
#C6330D (or 0xC6330D) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 0D. RGB value is (198,51,13). Sum of RGB (Red+Green+Blue) = 198+51+13=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6330D is #39CCF2. Grayscale: #5A5A5A. Windows color (decimal): -3788019 or 865222. OLE color: 865222.
HSL color Cylindrical-coordinate representation of color #C6330D: hue angle of 12.32º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6330D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.22 |
| HSL | 12.32º | 0.88% | 0.41% | - |
| HSV(B) | 12.32º | 0.93% | 0.78% | - |
| XYZ | 24.55 | 14.4 | 1.87 | - |
| YUV | 90.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 13 | 0 | 0.74 | 0.93 | 0.22 | 12.32 | 0.88 | 0.41 |
| Hex | C6 | 33 | D | 0 | 4A | 5D | 16 | C | 58 | 29 |
| Octal | 306 | 63 | 15 | 0 | 112 | 135 | 26 | 14 | 130 | 51 |
| Binary | 11000110 | 110011 | 1101 | 0 | 1001010 | 1011101 | 10110 | 1100 | 1011000 | 101001 |
Color Harmonies of #C6330D
Complementary color
Monochromatic Colors of #C6330D
Black with #C6330D
Text Example
Text Example
White with #C6330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6330D; }
p { color: rgb(198,51,13); }
H1.HeaderClassName
{
color: #C6330D;
}
.AnyTagClassName
{
color: #C6330D;
}
</style>
background-color css
<style>
a { background-color: #C6330D; }
a { background-color: rgb(198,51,13); }
div.DivClassName
{
background-color: #C6330D;
}
.BgClassName
{
background-color: #C6330D;
}
</style>
border-color css
<style>
span { border-color: #C6330D; }
span { border-color: rgb(198,51,13); }
td.TdClassName
{
border-color: #C6330D;
}
.TagClassName
{
border-color: #C6330D;
}
</style>