Html Css Color HEX #DD1A15 Harley Davidson Orange

📋 copy color: '#DD1A15'

red 221 ◦ green 26 ◦ blue 21

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

Shades of Harley Davidson Orange #DD1A15

Tints of Harley Davidson Orange #DD1A15

RGB

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

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

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

R = 82.46%
G = 9.7%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1A15 (or 0xDD1A15) is known color: Harley Davidson Orange. HEX triplet: DD, 1A and 15. RGB value is (221,26,21). Sum of RGB (Red+Green+Blue) = 221+26+21=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A15 is #22E5EA. Grayscale: #535353. Windows color (decimal): -2287083 or 1383133. OLE color: 1383133.

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

Color convert

RGB 221 26 21 -
CMYK 0 0.88 0.90 0.13
HSL 1.5º 0.83% 0.47% -
HSV(B) 1.5º 0.9% 0.87% -
XYZ 30.32 16.17 2.23 -
YUV 83.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 221 26 21 0 0.88 0.90 0.13 1.5 0.83 0.47
Hex DD 1A 15 0 58 5A D 2 53 2F
Octal 335 32 25 0 130 132 15 2 123 57
Binary 11011101 11010 10101 0 1011000 1011010 1101 10 1010011 101111

Color Harmonies of #DD1A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A15

Black with #DD1A15

Text Example


Text Example

White with #DD1A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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