Html Css Color HEX #DD2B1A Harley Davidson Orange

📋 copy color: '#DD2B1A'

red 221 ◦ green 43 ◦ blue 26

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

Shades of Harley Davidson Orange #DD2B1A

Tints of Harley Davidson Orange #DD2B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 76.21%
G = 14.83%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD2B1A (or 0xDD2B1A) is known color: Harley Davidson Orange. HEX triplet: DD, 2B and 1A. RGB value is (221,43,26). Sum of RGB (Red+Green+Blue) = 221+43+26=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B1A is #22D4E5. Grayscale: #5E5E5E. Windows color (decimal): -2282726 or 1715165. OLE color: 1715165.

HSL color Cylindrical-coordinate representation of color #DD2B1A: hue angle of 5.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD2B1A is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 43 26 -
CMYK 0 0.81 0.88 0.13
HSL 5.23º 0.79% 0.48% -
HSV(B) 5.23º 0.88% 0.87% -
XYZ 30.87 17.17 2.67 -
YUV 94.28 89.47 218.38 -
System Red Green Blue C M Y K H S L
Decimal 221 43 26 0 0.81 0.88 0.13 5.23 0.79 0.48
Hex DD 2B 1A 0 51 58 D 5 4F 30
Octal 335 53 32 0 121 130 15 5 117 60
Binary 11011101 101011 11010 0 1010001 1011000 1101 101 1001111 110000

Color Harmonies of #DD2B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B1A

Black with #DD2B1A

Text Example


Text Example

White with #DD2B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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