Html Css Color HEX #DD1914 Harley Davidson Orange

📋 copy color: '#DD1914'

red 221 ◦ green 25 ◦ blue 20

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

Shades of Harley Davidson Orange #DD1914

Tints of Harley Davidson Orange #DD1914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

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

R = 83.08%
G = 9.4%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD1914 (or 0xDD1914) is known color: Harley Davidson Orange. HEX triplet: DD, 19 and 14. RGB value is (221,25,20). Sum of RGB (Red+Green+Blue) = 221+25+20=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1914 is #22E6EB. Grayscale: #535353. Windows color (decimal): -2287340 or 1317341. OLE color: 1317341.

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

Color convert

RGB 221 25 20 -
CMYK 0 0.89 0.91 0.13
HSL 1.49º 0.83% 0.47% -
HSV(B) 1.49º 0.91% 0.87% -
XYZ 30.29 16.12 2.18 -
YUV 83.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 221 25 20 0 0.89 0.91 0.13 1.49 0.83 0.47
Hex DD 19 14 0 59 5B D 1 53 2F
Octal 335 31 24 0 131 133 15 1 123 57
Binary 11011101 11001 10100 0 1011001 1011011 1101 1 1010011 101111

Color Harmonies of #DD1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1914

Black with #DD1914

Text Example


Text Example

White with #DD1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1914; }

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

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

background-color css

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

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

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

border-color css

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

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

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