Html Css Color HEX #DE430B Harley Davidson Orange
📋 copy color: '#DE430B'red 222 ◦ green 67 ◦ blue 11
Shades of Harley Davidson Orange #DE430B
Tints of Harley Davidson Orange #DE430B
RGB
CMYK
RGB Variations
Color information
#DE430B (or 0xDE430B) is known color: Harley Davidson Orange. HEX triplet: DE, 43 and 0B. RGB value is (222,67,11). Sum of RGB (Red+Green+Blue) = 222+67+11=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE430B is #21BCF4. Grayscale: #6B6B6B. Windows color (decimal): -2211061 or 738270. OLE color: 738270.
HSL color Cylindrical-coordinate representation of color #DE430B: hue angle of 15.92º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE430B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.13 |
| HSL | 15.92º | 0.91% | 0.46% | - |
| HSV(B) | 15.92º | 0.95% | 0.87% | - |
| XYZ | 32.19 | 19.57 | 2.4 | - |
| YUV | 106.96 | 73.85 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 11 | 0 | 0.70 | 0.95 | 0.13 | 15.92 | 0.91 | 0.46 |
| Hex | DE | 43 | B | 0 | 46 | 5F | D | 10 | 5B | 2E |
| Octal | 336 | 103 | 13 | 0 | 106 | 137 | 15 | 20 | 133 | 56 |
| Binary | 11011110 | 1000011 | 1011 | 0 | 1000110 | 1011111 | 1101 | 10000 | 1011011 | 101110 |
Color Harmonies of #DE430B
Complementary color
Monochromatic Colors of #DE430B
Black with #DE430B
Text Example
Text Example
White with #DE430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE430B; }
p { color: rgb(222,67,11); }
H1.HeaderClassName
{
color: #DE430B;
}
.AnyTagClassName
{
color: #DE430B;
}
</style>
background-color css
<style>
a { background-color: #DE430B; }
a { background-color: rgb(222,67,11); }
div.DivClassName
{
background-color: #DE430B;
}
.BgClassName
{
background-color: #DE430B;
}
</style>
border-color css
<style>
span { border-color: #DE430B; }
span { border-color: rgb(222,67,11); }
td.TdClassName
{
border-color: #DE430B;
}
.TagClassName
{
border-color: #DE430B;
}
</style>