Html Css Color HEX #DD1325 Fire Engine Red

📋 copy color: '#DD1325'

red 221 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #DD1325

Tints of Fire Engine Red #DD1325

RGB

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

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

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

R = 79.78%
G = 6.86%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD1325 (or 0xDD1325) is known color: Fire Engine Red. HEX triplet: DD, 13 and 25. RGB value is (221,19,37). Sum of RGB (Red+Green+Blue) = 221+19+37=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1325 is #22ECDA. Grayscale: #515151. Windows color (decimal): -2288859 or 2429917. OLE color: 2429917.

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

Color convert

RGB 221 19 37 -
CMYK 0 0.91 0.83 0.13
HSL 354.65º 0.84% 0.47% -
HSV(B) 354.65º 0.91% 0.87% -
XYZ 30.39 15.97 3.23 -
YUV 81.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 221 19 37 0 0.91 0.83 0.13 354.65 0.84 0.47
Hex DD 13 25 0 5B 53 D 163 54 2F
Octal 335 23 45 0 133 123 15 543 124 57
Binary 11011101 10011 100101 0 1011011 1010011 1101 101100011 1010100 101111

Color Harmonies of #DD1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1325

Black with #DD1325

Text Example


Text Example

White with #DD1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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