Html Css Color HEX #DD081E Fire Engine Red

📋 copy color: '#DD081E'

red 221 ◦ green 8 ◦ blue 30

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

Shades of Fire Engine Red #DD081E

Tints of Fire Engine Red #DD081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 85.33%
G = 3.09%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD081E (or 0xDD081E) is known color: Fire Engine Red. HEX triplet: DD, 08 and 1E. RGB value is (221,8,30). Sum of RGB (Red+Green+Blue) = 221+8+30=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD081E is #22F7E1. Grayscale: #4A4A4A. Windows color (decimal): -2291682 or 1968349. OLE color: 1968349.

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

Color convert

RGB 221 8 30 -
CMYK 0 0.96 0.86 0.13
HSL 353.8º 0.93% 0.45% -
HSV(B) 353.8º 0.96% 0.87% -
XYZ 30.14 15.64 2.66 -
YUV 74.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 221 8 30 0 0.96 0.86 0.13 353.8 0.93 0.45
Hex DD 8 1E 0 60 56 D 162 5D 2D
Octal 335 10 36 0 140 126 15 542 135 55
Binary 11011101 1000 11110 0 1100000 1010110 1101 101100010 1011101 101101

Color Harmonies of #DD081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD081E

Black with #DD081E

Text Example


Text Example

White with #DD081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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