Html Css Color HEX #DD211B Harley Davidson Orange

📋 copy color: '#DD211B'

red 221 ◦ green 33 ◦ blue 27

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

Shades of Harley Davidson Orange #DD211B

Tints of Harley Davidson Orange #DD211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 78.65%
G = 11.74%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD211B (or 0xDD211B) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 1B. RGB value is (221,33,27). Sum of RGB (Red+Green+Blue) = 221+33+27=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD211B is #22DEE4. Grayscale: #585858. Windows color (decimal): -2285285 or 1778141. OLE color: 1778141.

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

Color convert

RGB 221 33 27 -
CMYK 0 0.85 0.88 0.13
HSL 1.86º 0.78% 0.49% -
HSV(B) 1.86º 0.88% 0.87% -
XYZ 30.56 16.54 2.62 -
YUV 88.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 221 33 27 0 0.85 0.88 0.13 1.86 0.78 0.49
Hex DD 21 1B 0 55 58 D 2 4E 31
Octal 335 41 33 0 125 130 15 2 116 61
Binary 11011101 100001 11011 0 1010101 1011000 1101 10 1001110 110001

Color Harmonies of #DD211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD211B

Black with #DD211B

Text Example


Text Example

White with #DD211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD211B; }

 p { color: rgb(221,33,27); }

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

background-color css

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

 a { background-color: rgb(221,33,27); }

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

border-color css

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

 span { border-color: rgb(221,33,27); }

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