Html Css Color HEX #DD3918 Harley Davidson Orange

📋 copy color: '#DD3918'

red 221 ◦ green 57 ◦ blue 24

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

Shades of Harley Davidson Orange #DD3918

Tints of Harley Davidson Orange #DD3918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 73.18%
G = 18.87%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3918 (or 0xDD3918) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 18. RGB value is (221,57,24). Sum of RGB (Red+Green+Blue) = 221+57+24=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3918 is #22C6E7. Grayscale: #666666. Windows color (decimal): -2279144 or 1587677. OLE color: 1587677.

HSL color Cylindrical-coordinate representation of color #DD3918: hue angle of 10.05º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD3918 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 57 24 -
CMYK 0 0.74 0.89 0.13
HSL 10.05º 0.8% 0.48% -
HSV(B) 10.05º 0.89% 0.87% -
XYZ 31.45 18.36 2.75 -
YUV 102.27 83.83 212.68 -
System Red Green Blue C M Y K H S L
Decimal 221 57 24 0 0.74 0.89 0.13 10.05 0.8 0.48
Hex DD 39 18 0 4A 59 D A 50 30
Octal 335 71 30 0 112 131 15 12 120 60
Binary 11011101 111001 11000 0 1001010 1011001 1101 1010 1010000 110000

Color Harmonies of #DD3918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3918

Black with #DD3918

Text Example


Text Example

White with #DD3918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3918; }

 p { color: rgb(221,57,24); }

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

background-color css

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

 a { background-color: rgb(221,57,24); }

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

border-color css

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

 span { border-color: rgb(221,57,24); }

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