Html Css Color HEX #DA330C Harley Davidson Orange
📋 copy color: '#DA330C'red 218 ◦ green 51 ◦ blue 12
Shades of Harley Davidson Orange #DA330C
Tints of Harley Davidson Orange #DA330C
RGB
CMYK
RGB Variations
Color information
#DA330C (or 0xDA330C) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 0C. RGB value is (218,51,12). Sum of RGB (Red+Green+Blue) = 218+51+12=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA330C is #25CCF3. Grayscale: #606060. Windows color (decimal): -2477300 or 799706. OLE color: 799706.
HSL color Cylindrical-coordinate representation of color #DA330C: hue angle of 11.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA330C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.15 |
| HSL | 11.36º | 0.9% | 0.45% | - |
| HSV(B) | 11.36º | 0.94% | 0.85% | - |
| XYZ | 30.16 | 17.3 | 2.1 | - |
| YUV | 96.49 | 80.33 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 12 | 0 | 0.77 | 0.94 | 0.15 | 11.36 | 0.9 | 0.45 |
| Hex | DA | 33 | C | 0 | 4D | 5E | F | B | 5A | 2D |
| Octal | 332 | 63 | 14 | 0 | 115 | 136 | 17 | 13 | 132 | 55 |
| Binary | 11011010 | 110011 | 1100 | 0 | 1001101 | 1011110 | 1111 | 1011 | 1011010 | 101101 |
Color Harmonies of #DA330C
Complementary color
Monochromatic Colors of #DA330C
Black with #DA330C
Text Example
Text Example
White with #DA330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA330C; }
p { color: rgb(218,51,12); }
H1.HeaderClassName
{
color: #DA330C;
}
.AnyTagClassName
{
color: #DA330C;
}
</style>
background-color css
<style>
a { background-color: #DA330C; }
a { background-color: rgb(218,51,12); }
div.DivClassName
{
background-color: #DA330C;
}
.BgClassName
{
background-color: #DA330C;
}
</style>
border-color css
<style>
span { border-color: #DA330C; }
span { border-color: rgb(218,51,12); }
td.TdClassName
{
border-color: #DA330C;
}
.TagClassName
{
border-color: #DA330C;
}
</style>