Html Css Color HEX #DD281D Harley Davidson Orange

📋 copy color: '#DD281D'

red 221 ◦ green 40 ◦ blue 29

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

Shades of Harley Davidson Orange #DD281D

Tints of Harley Davidson Orange #DD281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.79%

 BLUE value IS 29 (11.72% from 255) = 10%

R = 76.21%
G = 13.79%
B = 10%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD281D (or 0xDD281D) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 1D. RGB value is (221,40,29). Sum of RGB (Red+Green+Blue) = 221+40+29=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD281D is #22D7E2. Grayscale: #5D5D5D. Windows color (decimal): -2283491 or 1911005. OLE color: 1911005.

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

Color convert

RGB 221 40 29 -
CMYK 0 0.82 0.87 0.13
HSL 3.44º 0.77% 0.49% -
HSV(B) 3.44º 0.87% 0.87% -
XYZ 30.8 16.98 2.82 -
YUV 92.87 91.97 219.39 -
System Red Green Blue C M Y K H S L
Decimal 221 40 29 0 0.82 0.87 0.13 3.44 0.77 0.49
Hex DD 28 1D 0 52 57 D 3 4D 31
Octal 335 50 35 0 122 127 15 3 115 61
Binary 11011101 101000 11101 0 1010010 1010111 1101 11 1001101 110001

Color Harmonies of #DD281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD281D

Black with #DD281D

Text Example


Text Example

White with #DD281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD281D; }

 p { color: rgb(221,40,29); }

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

background-color css

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

 a { background-color: rgb(221,40,29); }

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

border-color css

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

 span { border-color: rgb(221,40,29); }

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