Html Css Color HEX #DA430B Harley Davidson Orange
📋 copy color: '#DA430B'red 218 ◦ green 67 ◦ blue 11
Shades of Harley Davidson Orange #DA430B
Tints of Harley Davidson Orange #DA430B
RGB
CMYK
RGB Variations
Color information
#DA430B (or 0xDA430B) is known color: Harley Davidson Orange. HEX triplet: DA, 43 and 0B. RGB value is (218,67,11). Sum of RGB (Red+Green+Blue) = 218+67+11=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA430B is #25BCF4. Grayscale: #6A6A6A. Windows color (decimal): -2473205 or 738266. OLE color: 738266.
HSL color Cylindrical-coordinate representation of color #DA430B: hue angle of 16.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA430B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.15 |
| HSL | 16.23º | 0.9% | 0.45% | - |
| HSV(B) | 16.23º | 0.95% | 0.85% | - |
| XYZ | 30.98 | 18.94 | 2.34 | - |
| YUV | 105.77 | 74.53 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 11 | 0 | 0.69 | 0.95 | 0.15 | 16.23 | 0.9 | 0.45 |
| Hex | DA | 43 | B | 0 | 45 | 5F | F | 10 | 5A | 2D |
| Octal | 332 | 103 | 13 | 0 | 105 | 137 | 17 | 20 | 132 | 55 |
| Binary | 11011010 | 1000011 | 1011 | 0 | 1000101 | 1011111 | 1111 | 10000 | 1011010 | 101101 |
Color Harmonies of #DA430B
Complementary color
Monochromatic Colors of #DA430B
Black with #DA430B
Text Example
Text Example
White with #DA430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA430B; }
p { color: rgb(218,67,11); }
H1.HeaderClassName
{
color: #DA430B;
}
.AnyTagClassName
{
color: #DA430B;
}
</style>
background-color css
<style>
a { background-color: #DA430B; }
a { background-color: rgb(218,67,11); }
div.DivClassName
{
background-color: #DA430B;
}
.BgClassName
{
background-color: #DA430B;
}
</style>
border-color css
<style>
span { border-color: #DA430B; }
span { border-color: rgb(218,67,11); }
td.TdClassName
{
border-color: #DA430B;
}
.TagClassName
{
border-color: #DA430B;
}
</style>