Html Css Color HEX #DD2C1E Harley Davidson Orange

📋 copy color: '#DD2C1E'

red 221 ◦ green 44 ◦ blue 30

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

Shades of Harley Davidson Orange #DD2C1E

Tints of Harley Davidson Orange #DD2C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 74.92%
G = 14.92%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD2C1E (or 0xDD2C1E) is known color: Harley Davidson Orange. HEX triplet: DD, 2C and 1E. RGB value is (221,44,30). Sum of RGB (Red+Green+Blue) = 221+44+30=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C1E is #22D3E1. Grayscale: #5F5F5F. Windows color (decimal): -2282466 or 1977565. OLE color: 1977565.

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

Color convert

RGB 221 44 30 -
CMYK 0 0.80 0.86 0.13
HSL 4.4º 0.76% 0.49% -
HSV(B) 4.4º 0.86% 0.87% -
XYZ 30.95 17.27 2.93 -
YUV 95.33 91.14 217.64 -
System Red Green Blue C M Y K H S L
Decimal 221 44 30 0 0.80 0.86 0.13 4.4 0.76 0.49
Hex DD 2C 1E 0 50 56 D 4 4C 31
Octal 335 54 36 0 120 126 15 4 114 61
Binary 11011101 101100 11110 0 1010000 1010110 1101 100 1001100 110001

Color Harmonies of #DD2C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C1E

Black with #DD2C1E

Text Example


Text Example

White with #DD2C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C1E; }

 p { color: rgb(221,44,30); }

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

background-color css

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

 a { background-color: rgb(221,44,30); }

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

border-color css

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

 span { border-color: rgb(221,44,30); }

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