Html Css Color HEX #DD1F1B Harley Davidson Orange

📋 copy color: '#DD1F1B'

red 221 ◦ green 31 ◦ blue 27

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

Shades of Harley Davidson Orange #DD1F1B

Tints of Harley Davidson Orange #DD1F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

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

R = 79.21%
G = 11.11%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD1F1B (or 0xDD1F1B) is known color: Harley Davidson Orange. HEX triplet: DD, 1F and 1B. RGB value is (221,31,27). Sum of RGB (Red+Green+Blue) = 221+31+27=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F1B is #22E0E4. Grayscale: #575757. Windows color (decimal): -2285797 or 1777629. OLE color: 1777629.

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

Color convert

RGB 221 31 27 -
CMYK 0 0.86 0.88 0.13
HSL 1.24º 0.78% 0.49% -
HSV(B) 1.24º 0.88% 0.87% -
XYZ 30.51 16.43 2.6 -
YUV 87.35 93.95 223.33 -
System Red Green Blue C M Y K H S L
Decimal 221 31 27 0 0.86 0.88 0.13 1.24 0.78 0.49
Hex DD 1F 1B 0 56 58 D 1 4E 31
Octal 335 37 33 0 126 130 15 1 116 61
Binary 11011101 11111 11011 0 1010110 1011000 1101 1 1001110 110001

Color Harmonies of #DD1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F1B

Black with #DD1F1B

Text Example


Text Example

White with #DD1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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