Html Css Color HEX #DD371F Harley Davidson Orange

📋 copy color: '#DD371F'

red 221 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #DD371F

Tints of Harley Davidson Orange #DD371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.1%

R = 71.99%
G = 17.92%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD371F (or 0xDD371F) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 1F. RGB value is (221,55,31). Sum of RGB (Red+Green+Blue) = 221+55+31=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD371F is #22C8E0. Grayscale: #666666. Windows color (decimal): -2279649 or 2045917. OLE color: 2045917.

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

Color convert

RGB 221 55 31 -
CMYK 0 0.75 0.86 0.13
HSL 7.58º 0.75% 0.49% -
HSV(B) 7.58º 0.86% 0.87% -
XYZ 31.43 18.2 3.15 -
YUV 101.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 221 55 31 0 0.75 0.86 0.13 7.58 0.75 0.49
Hex DD 37 1F 0 4B 56 D 8 4B 31
Octal 335 67 37 0 113 126 15 10 113 61
Binary 11011101 110111 11111 0 1001011 1010110 1101 1000 1001011 110001

Color Harmonies of #DD371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD371F

Black with #DD371F

Text Example


Text Example

White with #DD371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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