Html Css Color HEX #DD291E Harley Davidson Orange

📋 copy color: '#DD291E'

red 221 ◦ green 41 ◦ blue 30

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

Shades of Harley Davidson Orange #DD291E

Tints of Harley Davidson Orange #DD291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 75.68%
G = 14.04%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD291E (or 0xDD291E) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 1E. RGB value is (221,41,30). Sum of RGB (Red+Green+Blue) = 221+41+30=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD291E is #22D6E1. Grayscale: #5D5D5D. Windows color (decimal): -2283234 or 1976797. OLE color: 1976797.

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

Color convert

RGB 221 41 30 -
CMYK 0 0.81 0.86 0.13
HSL 3.46º 0.76% 0.49% -
HSV(B) 3.46º 0.86% 0.87% -
XYZ 30.85 17.05 2.89 -
YUV 93.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 221 41 30 0 0.81 0.86 0.13 3.46 0.76 0.49
Hex DD 29 1E 0 51 56 D 3 4C 31
Octal 335 51 36 0 121 126 15 3 114 61
Binary 11011101 101001 11110 0 1010001 1010110 1101 11 1001100 110001

Color Harmonies of #DD291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD291E

Black with #DD291E

Text Example


Text Example

White with #DD291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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