Html Css Color HEX #DD301B Harley Davidson Orange

📋 copy color: '#DD301B'

red 221 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #DD301B

Tints of Harley Davidson Orange #DD301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 74.66%
G = 16.22%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD301B (or 0xDD301B) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 1B. RGB value is (221,48,27). Sum of RGB (Red+Green+Blue) = 221+48+27=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD301B is #22CFE4. Grayscale: #616161. Windows color (decimal): -2281445 or 1781981. OLE color: 1781981.

HSL color Cylindrical-coordinate representation of color #DD301B: hue angle of 6.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD301B is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 27 -
CMYK 0 0.78 0.88 0.13
HSL 6.49º 0.78% 0.49% -
HSV(B) 6.49º 0.88% 0.87% -
XYZ 31.07 17.57 2.79 -
YUV 97.33 88.31 216.21 -
System Red Green Blue C M Y K H S L
Decimal 221 48 27 0 0.78 0.88 0.13 6.49 0.78 0.49
Hex DD 30 1B 0 4E 58 D 6 4E 31
Octal 335 60 33 0 116 130 15 6 116 61
Binary 11011101 110000 11011 0 1001110 1011000 1101 110 1001110 110001

Color Harmonies of #DD301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD301B

Black with #DD301B

Text Example


Text Example

White with #DD301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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