Html Css Color HEX #DD201A Harley Davidson Orange

📋 copy color: '#DD201A'

red 221 ◦ green 32 ◦ blue 26

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

Shades of Harley Davidson Orange #DD201A

Tints of Harley Davidson Orange #DD201A

RGB

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

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

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

R = 79.21%
G = 11.47%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD201A (or 0xDD201A) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 1A. RGB value is (221,32,26). Sum of RGB (Red+Green+Blue) = 221+32+26=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD201A is #22DFE5. Grayscale: #585858. Windows color (decimal): -2285542 or 1712349. OLE color: 1712349.

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

Color convert

RGB 221 32 26 -
CMYK 0 0.86 0.88 0.13
HSL 1.85º 0.79% 0.48% -
HSV(B) 1.85º 0.88% 0.87% -
XYZ 30.52 16.48 2.55 -
YUV 87.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 221 32 26 0 0.86 0.88 0.13 1.85 0.79 0.48
Hex DD 20 1A 0 56 58 D 2 4F 30
Octal 335 40 32 0 126 130 15 2 117 60
Binary 11011101 100000 11010 0 1010110 1011000 1101 10 1001111 110000

Color Harmonies of #DD201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD201A

Black with #DD201A

Text Example


Text Example

White with #DD201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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