Html Css Color HEX #DF121F Fire Engine Red

📋 copy color: '#DF121F'

red 223 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #DF121F

Tints of Fire Engine Red #DF121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 81.99%
G = 6.62%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF121F (or 0xDF121F) is known color: Fire Engine Red. HEX triplet: DF, 12 and 1F. RGB value is (223,18,31). Sum of RGB (Red+Green+Blue) = 223+18+31=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF121F is #20EDE0. Grayscale: #505050. Windows color (decimal): -2158049 or 2036447. OLE color: 2036447.

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

Color convert

RGB 223 18 31 -
CMYK 0 0.92 0.86 0.13
HSL 356.2º 0.85% 0.47% -
HSV(B) 356.2º 0.92% 0.87% -
XYZ 30.9 16.22 2.8 -
YUV 80.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 223 18 31 0 0.92 0.86 0.13 356.2 0.85 0.47
Hex DF 12 1F 0 5C 56 D 164 55 2F
Octal 337 22 37 0 134 126 15 544 125 57
Binary 11011111 10010 11111 0 1011100 1010110 1101 101100100 1010101 101111

Color Harmonies of #DF121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF121F

Black with #DF121F

Text Example


Text Example

White with #DF121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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