Html Css Color HEX #DD371D Harley Davidson Orange

📋 copy color: '#DD371D'

red 221 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #DD371D

Tints of Harley Davidson Orange #DD371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

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

R = 72.46%
G = 18.03%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD371D (or 0xDD371D) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 1D. RGB value is (221,55,29). Sum of RGB (Red+Green+Blue) = 221+55+29=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD371D is #22C8E2. Grayscale: #656565. Windows color (decimal): -2279651 or 1914845. OLE color: 1914845.

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

Color convert

RGB 221 55 29 -
CMYK 0 0.75 0.87 0.13
HSL 8.13º 0.77% 0.49% -
HSV(B) 8.13º 0.87% 0.87% -
XYZ 31.41 18.19 3.02 -
YUV 101.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 221 55 29 0 0.75 0.87 0.13 8.13 0.77 0.49
Hex DD 37 1D 0 4B 57 D 8 4D 31
Octal 335 67 35 0 113 127 15 10 115 61
Binary 11011101 110111 11101 0 1001011 1010111 1101 1000 1001101 110001

Color Harmonies of #DD371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD371D

Black with #DD371D

Text Example


Text Example

White with #DD371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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