Html Css Color HEX #DD1D1C Harley Davidson Orange

📋 copy color: '#DD1D1C'

red 221 ◦ green 29 ◦ blue 28

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

Shades of Harley Davidson Orange #DD1D1C

Tints of Harley Davidson Orange #DD1D1C

RGB

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

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

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

R = 79.5%
G = 10.43%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD1D1C (or 0xDD1D1C) is known color: Harley Davidson Orange. HEX triplet: DD, 1D and 1C. RGB value is (221,29,28). Sum of RGB (Red+Green+Blue) = 221+29+28=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1D1C is #22E2E3. Grayscale: #565656. Windows color (decimal): -2286308 or 1842653. OLE color: 1842653.

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

Color convert

RGB 221 29 28 -
CMYK 0 0.87 0.87 0.13
HSL 0.31º 0.78% 0.49% -
HSV(B) 0.31º 0.87% 0.87% -
XYZ 30.47 16.33 2.65 -
YUV 86.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 221 29 28 0 0.87 0.87 0.13 0.31 0.78 0.49
Hex DD 1D 1C 0 57 57 D 0 4E 31
Octal 335 35 34 0 127 127 15 0 116 61
Binary 11011101 11101 11100 0 1010111 1010111 1101 0 1001110 110001

Color Harmonies of #DD1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D1C

Black with #DD1D1C

Text Example


Text Example

White with #DD1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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