Html Css Color HEX #DF1A1C Fire Engine Red

📋 copy color: '#DF1A1C'

red 223 ◦ green 26 ◦ blue 28

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

Shades of Fire Engine Red #DF1A1C

Tints of Fire Engine Red #DF1A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

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

R = 80.51%
G = 9.39%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF1A1C (or 0xDF1A1C) is known color: Fire Engine Red. HEX triplet: DF, 1A and 1C. RGB value is (223,26,28). Sum of RGB (Red+Green+Blue) = 223+26+28=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A1C is #20E5E3. Grayscale: #555555. Windows color (decimal): -2156004 or 1841887. OLE color: 1841887.

HSL color Cylindrical-coordinate representation of color #DF1A1C: hue angle of 359.39º degrees, saturation: 0.79, 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 #DF1A1C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 26 28 -
CMYK 0 0.88 0.87 0.13
HSL 359.39º 0.79% 0.49% -
HSV(B) 359.39º 0.88% 0.87% -
XYZ 31.01 16.51 2.65 -
YUV 85.13 95.77 226.34 -
System Red Green Blue C M Y K H S L
Decimal 223 26 28 0 0.88 0.87 0.13 359.39 0.79 0.49
Hex DF 1A 1C 0 58 57 D 167 4F 31
Octal 337 32 34 0 130 127 15 547 117 61
Binary 11011111 11010 11100 0 1011000 1010111 1101 101100111 1001111 110001

Color Harmonies of #DF1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A1C

Black with #DF1A1C

Text Example


Text Example

White with #DF1A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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