Html Css Color HEX #DD2B13 Harley Davidson Orange

📋 copy color: '#DD2B13'

red 221 ◦ green 43 ◦ blue 19

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

Shades of Harley Davidson Orange #DD2B13

Tints of Harley Davidson Orange #DD2B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.19%

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

R = 78.09%
G = 15.19%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD2B13 (or 0xDD2B13) is known color: Harley Davidson Orange. HEX triplet: DD, 2B and 13. RGB value is (221,43,19). Sum of RGB (Red+Green+Blue) = 221+43+19=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2B13 is #22D4EC. Grayscale: #5D5D5D. Windows color (decimal): -2282733 or 1256413. OLE color: 1256413.

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

Color convert

RGB 221 43 19 -
CMYK 0 0.81 0.91 0.13
HSL 7.13º 0.84% 0.47% -
HSV(B) 7.13º 0.91% 0.87% -
XYZ 30.8 17.15 2.3 -
YUV 93.49 85.97 218.95 -
System Red Green Blue C M Y K H S L
Decimal 221 43 19 0 0.81 0.91 0.13 7.13 0.84 0.47
Hex DD 2B 13 0 51 5B D 7 54 2F
Octal 335 53 23 0 121 133 15 7 124 57
Binary 11011101 101011 10011 0 1010001 1011011 1101 111 1010100 101111

Color Harmonies of #DD2B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B13

Black with #DD2B13

Text Example


Text Example

White with #DD2B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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