Html Css Color HEX #DD201C Harley Davidson Orange

📋 copy color: '#DD201C'

red 221 ◦ green 32 ◦ blue 28

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

Shades of Harley Davidson Orange #DD201C

Tints of Harley Davidson Orange #DD201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 78.65%
G = 11.39%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD201C (or 0xDD201C) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 1C. RGB value is (221,32,28). Sum of RGB (Red+Green+Blue) = 221+32+28=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD201C is #22DFE3. Grayscale: #585858. Windows color (decimal): -2285540 or 1843421. OLE color: 1843421.

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

Color convert

RGB 221 32 28 -
CMYK 0 0.86 0.87 0.13
HSL 1.24º 0.78% 0.49% -
HSV(B) 1.24º 0.87% 0.87% -
XYZ 30.54 16.49 2.67 -
YUV 88.06 94.12 222.83 -
System Red Green Blue C M Y K H S L
Decimal 221 32 28 0 0.86 0.87 0.13 1.24 0.78 0.49
Hex DD 20 1C 0 56 57 D 1 4E 31
Octal 335 40 34 0 126 127 15 1 116 61
Binary 11011101 100000 11100 0 1010110 1010111 1101 1 1001110 110001

Color Harmonies of #DD201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD201C

Black with #DD201C

Text Example


Text Example

White with #DD201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD201C; }

 p { color: rgb(221,32,28); }

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

background-color css

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

 a { background-color: rgb(221,32,28); }

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

border-color css

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

 span { border-color: rgb(221,32,28); }

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