Html Css Color HEX #DD2014 Harley Davidson Orange

📋 copy color: '#DD2014'

red 221 ◦ green 32 ◦ blue 20

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

Shades of Harley Davidson Orange #DD2014

Tints of Harley Davidson Orange #DD2014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 80.95%
G = 11.72%
B = 7.33%

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

#DD2014 (or 0xDD2014) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 14. RGB value is (221,32,20). Sum of RGB (Red+Green+Blue) = 221+32+20=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2014 is #22DFEB. Grayscale: #575757. Windows color (decimal): -2285548 or 1319133. OLE color: 1319133.

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

Color convert

RGB 221 32 20 -
CMYK 0 0.86 0.91 0.13
HSL 3.58º 0.83% 0.47% -
HSV(B) 3.58º 0.91% 0.87% -
XYZ 30.46 16.46 2.23 -
YUV 87.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 221 32 20 0 0.86 0.91 0.13 3.58 0.83 0.47
Hex DD 20 14 0 56 5B D 4 53 2F
Octal 335 40 24 0 126 133 15 4 123 57
Binary 11011101 100000 10100 0 1010110 1011011 1101 100 1010011 101111

Color Harmonies of #DD2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2014

Black with #DD2014

Text Example


Text Example

White with #DD2014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2014; }

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

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

background-color css

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

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

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

border-color css

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

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

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