Html Css Color HEX #DD2B0E Harley Davidson Orange

📋 copy color: '#DD2B0E'

red 221 ◦ green 43 ◦ blue 14

#DD2B0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DD2B0E

Tints of Harley Davidson Orange #DD2B0E

RGB

 RED value IS 221 (86.72% from 255) = 79.5%

 GREEN value IS 43 (17.19% from 255) = 15.47%

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 79.5%
G = 15.47%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD2B0E (or 0xDD2B0E) is known color: Harley Davidson Orange. HEX triplet: DD, 2B and 0E. RGB value is (221,43,14). Sum of RGB (Red+Green+Blue) = 221+43+14=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2B0E is #22D4F1. Grayscale: #5D5D5D. Windows color (decimal): -2282738 or 928733. OLE color: 928733.

HSL color Cylindrical-coordinate representation of color #DD2B0E: hue angle of 8.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD2B0E is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 43 14 -
CMYK 0 0.81 0.94 0.13
HSL 8.41º 0.88% 0.46% -
HSV(B) 8.41º 0.94% 0.87% -
XYZ 30.76 17.13 2.1 -
YUV 92.92 83.47 219.36 -
System Red Green Blue C M Y K H S L
Decimal 221 43 14 0 0.81 0.94 0.13 8.41 0.88 0.46
Hex DD 2B E 0 51 5E D 8 58 2E
Octal 335 53 16 0 121 136 15 10 130 56
Binary 11011101 101011 1110 0 1010001 1011110 1101 1000 1011000 101110

Color Harmonies of #DD2B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B0E

Black with #DD2B0E

Text Example


Text Example

White with #DD2B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B0E; }

 p { color: rgb(221,43,14); }

 H1.HeaderClassName
 {
   color: #DD2B0E;
 }
 .AnyTagClassName
 {
   color: #DD2B0E;
 }
</style>

background-color css

<style>
 a { background-color: #DD2B0E; }

 a { background-color: rgb(221,43,14); }

 div.DivClassName
 {
   background-color: #DD2B0E;
 }
 .BgClassName
 {
   background-color: #DD2B0E;
 }
</style>

border-color css

<style>
 span { border-color: #DD2B0E; }

 span { border-color: rgb(221,43,14); }

 td.TdClassName
 {
   border-color: #DD2B0E;
 }
 .TagClassName
 {
   border-color: #DD2B0E;
 }
</style>