Html Css Color HEX #DD1422 Fire Engine Red

📋 copy color: '#DD1422'

red 221 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #DD1422

Tints of Fire Engine Red #DD1422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 80.36%
G = 7.27%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD1422 (or 0xDD1422) is known color: Fire Engine Red. HEX triplet: DD, 14 and 22. RGB value is (221,20,34). Sum of RGB (Red+Green+Blue) = 221+20+34=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1422 is #22EBDD. Grayscale: #515151. Windows color (decimal): -2288606 or 2233565. OLE color: 2233565.

HSL color Cylindrical-coordinate representation of color #DD1422: hue angle of 355.82º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1422 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 20 34 -
CMYK 0 0.91 0.85 0.13
HSL 355.82º 0.83% 0.47% -
HSV(B) 355.82º 0.91% 0.87% -
XYZ 30.36 15.99 3 -
YUV 81.7 101.09 227.36 -
System Red Green Blue C M Y K H S L
Decimal 221 20 34 0 0.91 0.85 0.13 355.82 0.83 0.47
Hex DD 14 22 0 5B 55 D 164 53 2F
Octal 335 24 42 0 133 125 15 544 123 57
Binary 11011101 10100 100010 0 1011011 1010101 1101 101100100 1010011 101111

Color Harmonies of #DD1422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1422

Black with #DD1422

Text Example


Text Example

White with #DD1422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1422; }

 p { color: rgb(221,20,34); }

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

background-color css

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

 a { background-color: rgb(221,20,34); }

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

border-color css

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

 span { border-color: rgb(221,20,34); }

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