Html Css Color HEX #D6330A Harley Davidson Orange
📋 copy color: '#D6330A'red 214 ◦ green 51 ◦ blue 10
Shades of Harley Davidson Orange #D6330A
Tints of Harley Davidson Orange #D6330A
RGB
CMYK
RGB Variations
Color information
#D6330A (or 0xD6330A) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 0A. RGB value is (214,51,10). Sum of RGB (Red+Green+Blue) = 214+51+10=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6330A is #29CCF5. Grayscale: #5F5F5F. Windows color (decimal): -2739446 or 668630. OLE color: 668630.
HSL color Cylindrical-coordinate representation of color #D6330A: hue angle of 12.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6330A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.16 |
| HSL | 12.06º | 0.91% | 0.44% | - |
| HSV(B) | 12.06º | 0.95% | 0.84% | - |
| XYZ | 28.97 | 16.69 | 1.98 | - |
| YUV | 95.06 | 80 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 10 | 0 | 0.76 | 0.95 | 0.16 | 12.06 | 0.91 | 0.44 |
| Hex | D6 | 33 | A | 0 | 4C | 5F | 10 | C | 5B | 2C |
| Octal | 326 | 63 | 12 | 0 | 114 | 137 | 20 | 14 | 133 | 54 |
| Binary | 11010110 | 110011 | 1010 | 0 | 1001100 | 1011111 | 10000 | 1100 | 1011011 | 101100 |
Color Harmonies of #D6330A
Complementary color
Monochromatic Colors of #D6330A
Black with #D6330A
Text Example
Text Example
White with #D6330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6330A; }
p { color: rgb(214,51,10); }
H1.HeaderClassName
{
color: #D6330A;
}
.AnyTagClassName
{
color: #D6330A;
}
</style>
background-color css
<style>
a { background-color: #D6330A; }
a { background-color: rgb(214,51,10); }
div.DivClassName
{
background-color: #D6330A;
}
.BgClassName
{
background-color: #D6330A;
}
</style>
border-color css
<style>
span { border-color: #D6330A; }
span { border-color: rgb(214,51,10); }
td.TdClassName
{
border-color: #D6330A;
}
.TagClassName
{
border-color: #D6330A;
}
</style>