Html Css Color HEX #DD3218 Harley Davidson Orange

📋 copy color: '#DD3218'

red 221 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #DD3218

Tints of Harley Davidson Orange #DD3218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

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

R = 74.92%
G = 16.95%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3218 (or 0xDD3218) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 18. RGB value is (221,50,24). Sum of RGB (Red+Green+Blue) = 221+50+24=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3218 is #22CDE7. Grayscale: #626262. Windows color (decimal): -2280936 or 1585885. OLE color: 1585885.

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

Color convert

RGB 221 50 24 -
CMYK 0 0.77 0.89 0.13
HSL 7.92º 0.8% 0.48% -
HSV(B) 7.92º 0.89% 0.87% -
XYZ 31.12 17.72 2.64 -
YUV 98.17 86.15 215.61 -
System Red Green Blue C M Y K H S L
Decimal 221 50 24 0 0.77 0.89 0.13 7.92 0.8 0.48
Hex DD 32 18 0 4D 59 D 8 50 30
Octal 335 62 30 0 115 131 15 10 120 60
Binary 11011101 110010 11000 0 1001101 1011001 1101 1000 1010000 110000

Color Harmonies of #DD3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3218

Black with #DD3218

Text Example


Text Example

White with #DD3218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3218; }

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

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

background-color css

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

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

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

border-color css

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

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

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