Html Css Color HEX #DD051E Fire Engine Red

📋 copy color: '#DD051E'

red 221 ◦ green 5 ◦ blue 30

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

Shades of Fire Engine Red #DD051E

Tints of Fire Engine Red #DD051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 86.33%
G = 1.95%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD051E (or 0xDD051E) is known color: Fire Engine Red. HEX triplet: DD, 05 and 1E. RGB value is (221,5,30). Sum of RGB (Red+Green+Blue) = 221+5+30=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD051E is #22FAE1. Grayscale: #484848. Windows color (decimal): -2292450 or 1967581. OLE color: 1967581.

HSL color Cylindrical-coordinate representation of color #DD051E: hue angle of 353.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD051E is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 5 30 -
CMYK 0 0.98 0.86 0.13
HSL 353.06º 0.96% 0.44% -
HSV(B) 353.06º 0.98% 0.87% -
XYZ 30.11 15.57 2.65 -
YUV 72.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 221 5 30 0 0.98 0.86 0.13 353.06 0.96 0.44
Hex DD 5 1E 0 62 56 D 161 60 2C
Octal 335 5 36 0 142 126 15 541 140 54
Binary 11011101 101 11110 0 1100010 1010110 1101 101100001 1100000 101100

Color Harmonies of #DD051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD051E

Black with #DD051E

Text Example


Text Example

White with #DD051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD051E; }

 p { color: rgb(221,5,30); }

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

background-color css

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

 a { background-color: rgb(221,5,30); }

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

border-color css

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

 span { border-color: rgb(221,5,30); }

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