Html Css Color HEX #DF121C Fire Engine Red

📋 copy color: '#DF121C'

red 223 ◦ green 18 ◦ blue 28

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

Shades of Fire Engine Red #DF121C

Tints of Fire Engine Red #DF121C

RGB

 RED value IS 223 (87.5% from 255) = 82.9%

 GREEN value IS 18 (7.42% from 255) = 6.69%

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 82.9%
G = 6.69%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF121C (or 0xDF121C) is known color: Fire Engine Red. HEX triplet: DF, 12 and 1C. RGB value is (223,18,28). Sum of RGB (Red+Green+Blue) = 223+18+28=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF121C is #20EDE3. Grayscale: #505050. Windows color (decimal): -2158052 or 1839839. OLE color: 1839839.

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

Color convert

RGB 223 18 28 -
CMYK 0 0.92 0.87 0.13
HSL 357.07º 0.85% 0.47% -
HSV(B) 357.07º 0.92% 0.87% -
XYZ 30.86 16.2 2.6 -
YUV 80.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 223 18 28 0 0.92 0.87 0.13 357.07 0.85 0.47
Hex DF 12 1C 0 5C 57 D 165 55 2F
Octal 337 22 34 0 134 127 15 545 125 57
Binary 11011111 10010 11100 0 1011100 1010111 1101 101100101 1010101 101111

Color Harmonies of #DF121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF121C

Black with #DF121C

Text Example


Text Example

White with #DF121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF121C; }

 p { color: rgb(223,18,28); }

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

background-color css

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

 a { background-color: rgb(223,18,28); }

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

border-color css

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

 span { border-color: rgb(223,18,28); }

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