Html Css Color HEX #DD2D1E Harley Davidson Orange

📋 copy color: '#DD2D1E'

red 221 ◦ green 45 ◦ blue 30

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

Shades of Harley Davidson Orange #DD2D1E

Tints of Harley Davidson Orange #DD2D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

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

R = 74.66%
G = 15.2%
B = 10.14%

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

#DD2D1E (or 0xDD2D1E) is known color: Harley Davidson Orange. HEX triplet: DD, 2D and 1E. RGB value is (221,45,30). Sum of RGB (Red+Green+Blue) = 221+45+30=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D1E is #22D2E1. Grayscale: #606060. Windows color (decimal): -2282210 or 1977821. OLE color: 1977821.

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

Color convert

RGB 221 45 30 -
CMYK 0 0.80 0.86 0.13
HSL 4.71º 0.76% 0.49% -
HSV(B) 4.71º 0.86% 0.87% -
XYZ 30.99 17.34 2.94 -
YUV 95.91 90.81 217.22 -
System Red Green Blue C M Y K H S L
Decimal 221 45 30 0 0.80 0.86 0.13 4.71 0.76 0.49
Hex DD 2D 1E 0 50 56 D 5 4C 31
Octal 335 55 36 0 120 126 15 5 114 61
Binary 11011101 101101 11110 0 1010000 1010110 1101 101 1001100 110001

Color Harmonies of #DD2D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D1E

Black with #DD2D1E

Text Example


Text Example

White with #DD2D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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