Html Css Color HEX #DD1D15 Harley Davidson Orange

📋 copy color: '#DD1D15'

red 221 ◦ green 29 ◦ blue 21

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

Shades of Harley Davidson Orange #DD1D15

Tints of Harley Davidson Orange #DD1D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 81.55%
G = 10.7%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1D15 (or 0xDD1D15) is known color: Harley Davidson Orange. HEX triplet: DD, 1D and 15. RGB value is (221,29,21). Sum of RGB (Red+Green+Blue) = 221+29+21=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1D15 is #22E2EA. Grayscale: #555555. Windows color (decimal): -2286315 or 1383901. OLE color: 1383901.

HSL color Cylindrical-coordinate representation of color #DD1D15: hue angle of 2.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1D15 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 29 21 -
CMYK 0 0.87 0.90 0.13
HSL 2.4º 0.83% 0.47% -
HSV(B) 2.4º 0.9% 0.87% -
XYZ 30.39 16.31 2.25 -
YUV 85.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 221 29 21 0 0.87 0.90 0.13 2.4 0.83 0.47
Hex DD 1D 15 0 57 5A D 2 53 2F
Octal 335 35 25 0 127 132 15 2 123 57
Binary 11011101 11101 10101 0 1010111 1011010 1101 10 1010011 101111

Color Harmonies of #DD1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D15

Black with #DD1D15

Text Example


Text Example

White with #DD1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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