Html Css Color HEX #DD1F15 Harley Davidson Orange

📋 copy color: '#DD1F15'

red 221 ◦ green 31 ◦ blue 21

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

Shades of Harley Davidson Orange #DD1F15

Tints of Harley Davidson Orange #DD1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

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

R = 80.95%
G = 11.36%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1F15 (or 0xDD1F15) is known color: Harley Davidson Orange. HEX triplet: DD, 1F and 15. RGB value is (221,31,21). Sum of RGB (Red+Green+Blue) = 221+31+21=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1F15 is #22E0EA. Grayscale: #565656. Windows color (decimal): -2285803 or 1384413. OLE color: 1384413.

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

Color convert

RGB 221 31 21 -
CMYK 0 0.86 0.90 0.13
HSL 0.83% 0.47% -
HSV(B) 0.9% 0.87% -
XYZ 30.44 16.41 2.27 -
YUV 86.67 90.95 223.81 -
System Red Green Blue C M Y K H S L
Decimal 221 31 21 0 0.86 0.90 0.13 3 0.83 0.47
Hex DD 1F 15 0 56 5A D 3 53 2F
Octal 335 37 25 0 126 132 15 3 123 57
Binary 11011101 11111 10101 0 1010110 1011010 1101 11 1010011 101111

Color Harmonies of #DD1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F15

Black with #DD1F15

Text Example


Text Example

White with #DD1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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