Html Css Color HEX #DF1824 Fire Engine Red

📋 copy color: '#DF1824'

red 223 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #DF1824

Tints of Fire Engine Red #DF1824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.72%

R = 78.8%
G = 8.48%
B = 12.72%

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

#DF1824 (or 0xDF1824) is known color: Fire Engine Red. HEX triplet: DF, 18 and 24. RGB value is (223,24,36). Sum of RGB (Red+Green+Blue) = 223+24+36=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1824 is #20E7DB. Grayscale: #555555. Windows color (decimal): -2156508 or 2365663. OLE color: 2365663.

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

Color convert

RGB 223 24 36 -
CMYK 0 0.89 0.84 0.13
HSL 356.38º 0.81% 0.48% -
HSV(B) 356.38º 0.89% 0.87% -
XYZ 31.08 16.47 3.21 -
YUV 84.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 223 24 36 0 0.89 0.84 0.13 356.38 0.81 0.48
Hex DF 18 24 0 59 54 D 164 51 30
Octal 337 30 44 0 131 124 15 544 121 60
Binary 11011111 11000 100100 0 1011001 1010100 1101 101100100 1010001 110000

Color Harmonies of #DF1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1824

Black with #DF1824

Text Example


Text Example

White with #DF1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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