Html Css Color HEX #DF121A Fire Engine Red

📋 copy color: '#DF121A'

red 223 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #DF121A

Tints of Fire Engine Red #DF121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 83.52%
G = 6.74%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF121A (or 0xDF121A) is known color: Fire Engine Red. HEX triplet: DF, 12 and 1A. RGB value is (223,18,26). Sum of RGB (Red+Green+Blue) = 223+18+26=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF121A is #20EDE5. Grayscale: #505050. Windows color (decimal): -2158054 or 1708767. OLE color: 1708767.

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

Color convert

RGB 223 18 26 -
CMYK 0 0.92 0.88 0.13
HSL 357.66º 0.85% 0.47% -
HSV(B) 357.66º 0.92% 0.87% -
XYZ 30.83 16.2 2.48 -
YUV 80.21 97.42 229.85 -
System Red Green Blue C M Y K H S L
Decimal 223 18 26 0 0.92 0.88 0.13 357.66 0.85 0.47
Hex DF 12 1A 0 5C 58 D 166 55 2F
Octal 337 22 32 0 134 130 15 546 125 57
Binary 11011111 10010 11010 0 1011100 1011000 1101 101100110 1010101 101111

Color Harmonies of #DF121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF121A

Black with #DF121A

Text Example


Text Example

White with #DF121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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