Html Css Color HEX #DF1823 Fire Engine Red

📋 copy color: '#DF1823'

red 223 ◦ green 24 ◦ blue 35

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

Shades of Fire Engine Red #DF1823

Tints of Fire Engine Red #DF1823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

 BLUE value IS 35 (14.06% from 255) = 12.41%

R = 79.08%
G = 8.51%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF1823 (or 0xDF1823) is known color: Fire Engine Red. HEX triplet: DF, 18 and 23. RGB value is (223,24,35). Sum of RGB (Red+Green+Blue) = 223+24+35=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1823 is #20E7DC. Grayscale: #545454. Windows color (decimal): -2156509 or 2300127. OLE color: 2300127.

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

Color convert

RGB 223 24 35 -
CMYK 0 0.89 0.84 0.13
HSL 356.68º 0.81% 0.48% -
HSV(B) 356.68º 0.89% 0.87% -
XYZ 31.06 16.46 3.13 -
YUV 84.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 223 24 35 0 0.89 0.84 0.13 356.68 0.81 0.48
Hex DF 18 23 0 59 54 D 165 51 30
Octal 337 30 43 0 131 124 15 545 121 60
Binary 11011111 11000 100011 0 1011001 1010100 1101 101100101 1010001 110000

Color Harmonies of #DF1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1823

Black with #DF1823

Text Example


Text Example

White with #DF1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1823; }

 p { color: rgb(223,24,35); }

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

background-color css

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

 a { background-color: rgb(223,24,35); }

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

border-color css

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

 span { border-color: rgb(223,24,35); }

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