Html Css Color HEX #DD2D13 Harley Davidson Orange

📋 copy color: '#DD2D13'

red 221 ◦ green 45 ◦ blue 19

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

Shades of Harley Davidson Orange #DD2D13

Tints of Harley Davidson Orange #DD2D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 77.54%
G = 15.79%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD2D13 (or 0xDD2D13) is known color: Harley Davidson Orange. HEX triplet: DD, 2D and 13. RGB value is (221,45,19). Sum of RGB (Red+Green+Blue) = 221+45+19=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2D13 is #22D2EC. Grayscale: #5E5E5E. Windows color (decimal): -2282221 or 1256925. OLE color: 1256925.

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

Color convert

RGB 221 45 19 -
CMYK 0 0.80 0.91 0.13
HSL 7.72º 0.84% 0.47% -
HSV(B) 7.72º 0.91% 0.87% -
XYZ 30.87 17.3 2.33 -
YUV 94.66 85.31 218.11 -
System Red Green Blue C M Y K H S L
Decimal 221 45 19 0 0.80 0.91 0.13 7.72 0.84 0.47
Hex DD 2D 13 0 50 5B D 8 54 2F
Octal 335 55 23 0 120 133 15 10 124 57
Binary 11011101 101101 10011 0 1010000 1011011 1101 1000 1010100 101111

Color Harmonies of #DD2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D13

Black with #DD2D13

Text Example


Text Example

White with #DD2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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