Html Css Color HEX #DD1D1A Harley Davidson Orange

📋 copy color: '#DD1D1A'

red 221 ◦ green 29 ◦ blue 26

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

Shades of Harley Davidson Orange #DD1D1A

Tints of Harley Davidson Orange #DD1D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.51%

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

R = 80.07%
G = 10.51%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD1D1A (or 0xDD1D1A) is known color: Harley Davidson Orange. HEX triplet: DD, 1D and 1A. RGB value is (221,29,26). Sum of RGB (Red+Green+Blue) = 221+29+26=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1D1A is #22E2E5. Grayscale: #565656. Windows color (decimal): -2286310 or 1711581. OLE color: 1711581.

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

Color convert

RGB 221 29 26 -
CMYK 0 0.87 0.88 0.13
HSL 0.92º 0.79% 0.48% -
HSV(B) 0.92º 0.88% 0.87% -
XYZ 30.44 16.33 2.52 -
YUV 86.07 94.11 224.24 -
System Red Green Blue C M Y K H S L
Decimal 221 29 26 0 0.87 0.88 0.13 0.92 0.79 0.48
Hex DD 1D 1A 0 57 58 D 1 4F 30
Octal 335 35 32 0 127 130 15 1 117 60
Binary 11011101 11101 11010 0 1010111 1011000 1101 1 1001111 110000

Color Harmonies of #DD1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D1A

Black with #DD1D1A

Text Example


Text Example

White with #DD1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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