Html Css Color HEX #DD1A1E Fire Engine Red

📋 copy color: '#DD1A1E'

red 221 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #DD1A1E

Tints of Fire Engine Red #DD1A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

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

R = 79.78%
G = 9.39%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD1A1E (or 0xDD1A1E) is known color: Fire Engine Red. HEX triplet: DD, 1A and 1E. RGB value is (221,26,30). Sum of RGB (Red+Green+Blue) = 221+26+30=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A1E is #22E5E1. Grayscale: #545454. Windows color (decimal): -2287074 or 1972957. OLE color: 1972957.

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

Color convert

RGB 221 26 30 -
CMYK 0 0.88 0.86 0.13
HSL 358.77º 0.79% 0.48% -
HSV(B) 358.77º 0.88% 0.87% -
XYZ 30.42 16.2 2.75 -
YUV 84.76 97.1 225.17 -
System Red Green Blue C M Y K H S L
Decimal 221 26 30 0 0.88 0.86 0.13 358.77 0.79 0.48
Hex DD 1A 1E 0 58 56 D 167 4F 30
Octal 335 32 36 0 130 126 15 547 117 60
Binary 11011101 11010 11110 0 1011000 1010110 1101 101100111 1001111 110000

Color Harmonies of #DD1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A1E

Black with #DD1A1E

Text Example


Text Example

White with #DD1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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