Html Css Color HEX #DD2218 Harley Davidson Orange

📋 copy color: '#DD2218'

red 221 ◦ green 34 ◦ blue 24

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

Shades of Harley Davidson Orange #DD2218

Tints of Harley Davidson Orange #DD2218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

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

R = 79.21%
G = 12.19%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD2218 (or 0xDD2218) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 18. RGB value is (221,34,24). Sum of RGB (Red+Green+Blue) = 221+34+24=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2218 is #22DDE7. Grayscale: #595959. Windows color (decimal): -2285032 or 1581789. OLE color: 1581789.

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

Color convert

RGB 221 34 24 -
CMYK 0 0.85 0.89 0.13
HSL 3.05º 0.8% 0.48% -
HSV(B) 3.05º 0.89% 0.87% -
XYZ 30.56 16.58 2.45 -
YUV 88.77 91.45 222.31 -
System Red Green Blue C M Y K H S L
Decimal 221 34 24 0 0.85 0.89 0.13 3.05 0.8 0.48
Hex DD 22 18 0 55 59 D 3 50 30
Octal 335 42 30 0 125 131 15 3 120 60
Binary 11011101 100010 11000 0 1010101 1011001 1101 11 1010000 110000

Color Harmonies of #DD2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2218

Black with #DD2218

Text Example


Text Example

White with #DD2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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