Html Css Color HEX #DD1C25 Fire Engine Red

📋 copy color: '#DD1C25'

red 221 ◦ green 28 ◦ blue 37

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

Shades of Fire Engine Red #DD1C25

Tints of Fire Engine Red #DD1C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 77.27%
G = 9.79%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD1C25 (or 0xDD1C25) is known color: Fire Engine Red. HEX triplet: DD, 1C and 25. RGB value is (221,28,37). Sum of RGB (Red+Green+Blue) = 221+28+37=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C25 is #22E3DA. Grayscale: #565656. Windows color (decimal): -2286555 or 2432221. OLE color: 2432221.

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

Color convert

RGB 221 28 37 -
CMYK 0 0.87 0.83 0.13
HSL 357.2º 0.78% 0.49% -
HSV(B) 357.2º 0.87% 0.87% -
XYZ 30.57 16.34 3.29 -
YUV 86.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 221 28 37 0 0.87 0.83 0.13 357.2 0.78 0.49
Hex DD 1C 25 0 57 53 D 165 4E 31
Octal 335 34 45 0 127 123 15 545 116 61
Binary 11011101 11100 100101 0 1010111 1010011 1101 101100101 1001110 110001

Color Harmonies of #DD1C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C25

Black with #DD1C25

Text Example


Text Example

White with #DD1C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C25; }

 p { color: rgb(221,28,37); }

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

background-color css

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

 a { background-color: rgb(221,28,37); }

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

border-color css

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

 span { border-color: rgb(221,28,37); }

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