Html Css Color HEX #DD1B25 Fire Engine Red

📋 copy color: '#DD1B25'

red 221 ◦ green 27 ◦ blue 37

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

Shades of Fire Engine Red #DD1B25

Tints of Fire Engine Red #DD1B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 77.54%
G = 9.47%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD1B25 (or 0xDD1B25) is known color: Fire Engine Red. HEX triplet: DD, 1B and 25. RGB value is (221,27,37). Sum of RGB (Red+Green+Blue) = 221+27+37=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B25 is #22E4DA. Grayscale: #565656. Windows color (decimal): -2286811 or 2431965. OLE color: 2431965.

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

Color convert

RGB 221 27 37 -
CMYK 0 0.88 0.83 0.13
HSL 356.91º 0.78% 0.49% -
HSV(B) 356.91º 0.88% 0.87% -
XYZ 30.54 16.29 3.28 -
YUV 86.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 221 27 37 0 0.88 0.83 0.13 356.91 0.78 0.49
Hex DD 1B 25 0 58 53 D 165 4E 31
Octal 335 33 45 0 130 123 15 545 116 61
Binary 11011101 11011 100101 0 1011000 1010011 1101 101100101 1001110 110001

Color Harmonies of #DD1B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B25

Black with #DD1B25

Text Example


Text Example

White with #DD1B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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