Html Css Color HEX #DD3B18 Harley Davidson Orange

📋 copy color: '#DD3B18'

red 221 ◦ green 59 ◦ blue 24

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

Shades of Harley Davidson Orange #DD3B18

Tints of Harley Davidson Orange #DD3B18

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

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

R = 72.7%
G = 19.41%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3B18 (or 0xDD3B18) is known color: Harley Davidson Orange. HEX triplet: DD, 3B and 18. RGB value is (221,59,24). Sum of RGB (Red+Green+Blue) = 221+59+24=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3B18 is #22C4E7. Grayscale: #676767. Windows color (decimal): -2278632 or 1588189. OLE color: 1588189.

HSL color Cylindrical-coordinate representation of color #DD3B18: hue angle of 10.66º 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 #DD3B18 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 59 24 -
CMYK 0 0.73 0.89 0.13
HSL 10.66º 0.8% 0.48% -
HSV(B) 10.66º 0.89% 0.87% -
XYZ 31.55 18.57 2.79 -
YUV 103.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 221 59 24 0 0.73 0.89 0.13 10.66 0.8 0.48
Hex DD 3B 18 0 49 59 D B 50 30
Octal 335 73 30 0 111 131 15 13 120 60
Binary 11011101 111011 11000 0 1001001 1011001 1101 1011 1010000 110000

Color Harmonies of #DD3B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B18

Black with #DD3B18

Text Example


Text Example

White with #DD3B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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