Html Css Color HEX #DD0F1B Fire Engine Red

📋 copy color: '#DD0F1B'

red 221 ◦ green 15 ◦ blue 27

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

Shades of Fire Engine Red #DD0F1B

Tints of Fire Engine Red #DD0F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

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

R = 84.03%
G = 5.7%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD0F1B (or 0xDD0F1B) is known color: Fire Engine Red. HEX triplet: DD, 0F and 1B. RGB value is (221,15,27). Sum of RGB (Red+Green+Blue) = 221+15+27=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F1B is #22F0E4. Grayscale: #4E4E4E. Windows color (decimal): -2289893 or 1773533. OLE color: 1773533.

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

Color convert

RGB 221 15 27 -
CMYK 0 0.93 0.88 0.13
HSL 356.5º 0.87% 0.46% -
HSV(B) 356.5º 0.93% 0.87% -
XYZ 30.19 15.79 2.49 -
YUV 77.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 221 15 27 0 0.93 0.88 0.13 356.5 0.87 0.46
Hex DD F 1B 0 5D 58 D 165 57 2E
Octal 335 17 33 0 135 130 15 545 127 56
Binary 11011101 1111 11011 0 1011101 1011000 1101 101100101 1010111 101110

Color Harmonies of #DD0F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F1B

Black with #DD0F1B

Text Example


Text Example

White with #DD0F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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