Html Css Color HEX #DD1A0D Harley Davidson Orange

📋 copy color: '#DD1A0D'

red 221 ◦ green 26 ◦ blue 13

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

Shades of Harley Davidson Orange #DD1A0D

Tints of Harley Davidson Orange #DD1A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

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

R = 85%
G = 10%
B = 5%

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

#DD1A0D (or 0xDD1A0D) is known color: Harley Davidson Orange. HEX triplet: DD, 1A and 0D. RGB value is (221,26,13). Sum of RGB (Red+Green+Blue) = 221+26+13=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A0D is #22E5F2. Grayscale: #535353. Windows color (decimal): -2287091 or 858845. OLE color: 858845.

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

Color convert

RGB 221 26 13 -
CMYK 0 0.88 0.94 0.13
HSL 3.75º 0.89% 0.46% -
HSV(B) 3.75º 0.94% 0.87% -
XYZ 30.26 16.14 1.9 -
YUV 82.82 88.6 226.56 -
System Red Green Blue C M Y K H S L
Decimal 221 26 13 0 0.88 0.94 0.13 3.75 0.89 0.46
Hex DD 1A D 0 58 5E D 4 59 2E
Octal 335 32 15 0 130 136 15 4 131 56
Binary 11011101 11010 1101 0 1011000 1011110 1101 100 1011001 101110

Color Harmonies of #DD1A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A0D

Black with #DD1A0D

Text Example


Text Example

White with #DD1A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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