Html Css Color HEX #DD1B0D Harley Davidson Orange

📋 copy color: '#DD1B0D'

red 221 ◦ green 27 ◦ blue 13

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

Shades of Harley Davidson Orange #DD1B0D

Tints of Harley Davidson Orange #DD1B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

 BLUE value IS 13 (5.47% from 255) = 4.98%

R = 84.67%
G = 10.34%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD1B0D (or 0xDD1B0D) is known color: Harley Davidson Orange. HEX triplet: DD, 1B and 0D. RGB value is (221,27,13). Sum of RGB (Red+Green+Blue) = 221+27+13=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1B0D is #22E4F2. Grayscale: #535353. Windows color (decimal): -2286835 or 859101. OLE color: 859101.

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

Color convert

RGB 221 27 13 -
CMYK 0 0.88 0.94 0.13
HSL 4.04º 0.89% 0.46% -
HSV(B) 4.04º 0.94% 0.87% -
XYZ 30.28 16.19 1.91 -
YUV 83.41 88.27 226.14 -
System Red Green Blue C M Y K H S L
Decimal 221 27 13 0 0.88 0.94 0.13 4.04 0.89 0.46
Hex DD 1B D 0 58 5E D 4 59 2E
Octal 335 33 15 0 130 136 15 4 131 56
Binary 11011101 11011 1101 0 1011000 1011110 1101 100 1011001 101110

Color Harmonies of #DD1B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B0D

Black with #DD1B0D

Text Example


Text Example

White with #DD1B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B0D; }

 p { color: rgb(221,27,13); }

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

background-color css

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

 a { background-color: rgb(221,27,13); }

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

border-color css

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

 span { border-color: rgb(221,27,13); }

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