Html Css Color HEX #DD1323 Fire Engine Red

📋 copy color: '#DD1323'

red 221 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #DD1323

Tints of Fire Engine Red #DD1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 80.36%
G = 6.91%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD1323 (or 0xDD1323) is known color: Fire Engine Red. HEX triplet: DD, 13 and 23. RGB value is (221,19,35). Sum of RGB (Red+Green+Blue) = 221+19+35=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1323 is #22ECDC. Grayscale: #515151. Windows color (decimal): -2288861 or 2298845. OLE color: 2298845.

HSL color Cylindrical-coordinate representation of color #DD1323: hue angle of 355.25º degrees, saturation: 0.84, 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 #DD1323 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 19 35 -
CMYK 0 0.91 0.84 0.13
HSL 355.25º 0.84% 0.47% -
HSV(B) 355.25º 0.91% 0.87% -
XYZ 30.36 15.96 3.07 -
YUV 81.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 221 19 35 0 0.91 0.84 0.13 355.25 0.84 0.47
Hex DD 13 23 0 5B 54 D 163 54 2F
Octal 335 23 43 0 133 124 15 543 124 57
Binary 11011101 10011 100011 0 1011011 1010100 1101 101100011 1010100 101111

Color Harmonies of #DD1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1323

Black with #DD1323

Text Example


Text Example

White with #DD1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1323; }

 p { color: rgb(221,19,35); }

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

background-color css

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

 a { background-color: rgb(221,19,35); }

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

border-color css

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

 span { border-color: rgb(221,19,35); }

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