Html Css Color HEX #DF1722 Fire Engine Red

📋 copy color: '#DF1722'

red 223 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #DF1722

Tints of Fire Engine Red #DF1722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

 BLUE value IS 34 (13.67% from 255) = 12.14%

R = 79.64%
G = 8.21%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF1722 (or 0xDF1722) is known color: Fire Engine Red. HEX triplet: DF, 17 and 22. RGB value is (223,23,34). Sum of RGB (Red+Green+Blue) = 223+23+34=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1722 is #20E8DD. Grayscale: #545454. Windows color (decimal): -2156766 or 2234335. OLE color: 2234335.

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

Color convert

RGB 223 23 34 -
CMYK 0 0.90 0.85 0.13
HSL 356.7º 0.81% 0.48% -
HSV(B) 356.7º 0.9% 0.87% -
XYZ 31.03 16.42 3.05 -
YUV 84.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 223 23 34 0 0.90 0.85 0.13 356.7 0.81 0.48
Hex DF 17 22 0 5A 55 D 165 51 30
Octal 337 27 42 0 132 125 15 545 121 60
Binary 11011111 10111 100010 0 1011010 1010101 1101 101100101 1010001 110000

Color Harmonies of #DF1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1722

Black with #DF1722

Text Example


Text Example

White with #DF1722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1722; }

 p { color: rgb(223,23,34); }

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

background-color css

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

 a { background-color: rgb(223,23,34); }

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

border-color css

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

 span { border-color: rgb(223,23,34); }

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