Html Css Color HEX #DD1F14 Harley Davidson Orange

📋 copy color: '#DD1F14'

red 221 ◦ green 31 ◦ blue 20

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

Shades of Harley Davidson Orange #DD1F14

Tints of Harley Davidson Orange #DD1F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 81.25%
G = 11.4%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD1F14 (or 0xDD1F14) is known color: Harley Davidson Orange. HEX triplet: DD, 1F and 14. RGB value is (221,31,20). Sum of RGB (Red+Green+Blue) = 221+31+20=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1F14 is #22E0EB. Grayscale: #565656. Windows color (decimal): -2285804 or 1318877. OLE color: 1318877.

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

Color convert

RGB 221 31 20 -
CMYK 0 0.86 0.91 0.13
HSL 3.28º 0.83% 0.47% -
HSV(B) 3.28º 0.91% 0.87% -
XYZ 30.44 16.4 2.22 -
YUV 86.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 221 31 20 0 0.86 0.91 0.13 3.28 0.83 0.47
Hex DD 1F 14 0 56 5B D 3 53 2F
Octal 335 37 24 0 126 133 15 3 123 57
Binary 11011101 11111 10100 0 1010110 1011011 1101 11 1010011 101111

Color Harmonies of #DD1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F14

Black with #DD1F14

Text Example


Text Example

White with #DD1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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