Html Css Color HEX #DD211A Harley Davidson Orange

📋 copy color: '#DD211A'

red 221 ◦ green 33 ◦ blue 26

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

Shades of Harley Davidson Orange #DD211A

Tints of Harley Davidson Orange #DD211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 78.93%
G = 11.79%
B = 9.29%

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

#DD211A (or 0xDD211A) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 1A. RGB value is (221,33,26). Sum of RGB (Red+Green+Blue) = 221+33+26=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD211A is #22DEE5. Grayscale: #585858. Windows color (decimal): -2285286 or 1712605. OLE color: 1712605.

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

Color convert

RGB 221 33 26 -
CMYK 0 0.85 0.88 0.13
HSL 2.15º 0.79% 0.48% -
HSV(B) 2.15º 0.88% 0.87% -
XYZ 30.55 16.53 2.56 -
YUV 88.41 92.78 222.57 -
System Red Green Blue C M Y K H S L
Decimal 221 33 26 0 0.85 0.88 0.13 2.15 0.79 0.48
Hex DD 21 1A 0 55 58 D 2 4F 30
Octal 335 41 32 0 125 130 15 2 117 60
Binary 11011101 100001 11010 0 1010101 1011000 1101 10 1001111 110000

Color Harmonies of #DD211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD211A

Black with #DD211A

Text Example


Text Example

White with #DD211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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