Html Css Color HEX #DD301F Harley Davidson Orange

📋 copy color: '#DD301F'

red 221 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #DD301F

Tints of Harley Davidson Orange #DD301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

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

R = 73.67%
G = 16%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD301F (or 0xDD301F) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 1F. RGB value is (221,48,31). Sum of RGB (Red+Green+Blue) = 221+48+31=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD301F is #22CFE0. Grayscale: #626262. Windows color (decimal): -2281441 or 2044125. OLE color: 2044125.

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

Color convert

RGB 221 48 31 -
CMYK 0 0.78 0.86 0.13
HSL 5.37º 0.75% 0.49% -
HSV(B) 5.37º 0.86% 0.87% -
XYZ 31.12 17.58 3.05 -
YUV 97.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 221 48 31 0 0.78 0.86 0.13 5.37 0.75 0.49
Hex DD 30 1F 0 4E 56 D 5 4B 31
Octal 335 60 37 0 116 126 15 5 113 61
Binary 11011101 110000 11111 0 1001110 1010110 1101 101 1001011 110001

Color Harmonies of #DD301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD301F

Black with #DD301F

Text Example


Text Example

White with #DD301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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