Html Css Color HEX #DD381F Harley Davidson Orange

📋 copy color: '#DD381F'

red 221 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #DD381F

Tints of Harley Davidson Orange #DD381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 71.75%
G = 18.18%
B = 10.06%

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

#DD381F (or 0xDD381F) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 1F. RGB value is (221,56,31). Sum of RGB (Red+Green+Blue) = 221+56+31=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD381F is #22C7E0. Grayscale: #666666. Windows color (decimal): -2279393 or 2046173. OLE color: 2046173.

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

Color convert

RGB 221 56 31 -
CMYK 0 0.75 0.86 0.13
HSL 7.89º 0.75% 0.49% -
HSV(B) 7.89º 0.86% 0.87% -
XYZ 31.48 18.3 3.17 -
YUV 102.49 87.66 212.53 -
System Red Green Blue C M Y K H S L
Decimal 221 56 31 0 0.75 0.86 0.13 7.89 0.75 0.49
Hex DD 38 1F 0 4B 56 D 8 4B 31
Octal 335 70 37 0 113 126 15 10 113 61
Binary 11011101 111000 11111 0 1001011 1010110 1101 1000 1001011 110001

Color Harmonies of #DD381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD381F

Black with #DD381F

Text Example


Text Example

White with #DD381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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