Html Css Color HEX #DF0024 Fire Engine Red

📋 copy color: '#DF0024'

red 223 ◦ green 0 ◦ blue 36

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

Shades of Fire Engine Red #DF0024

Tints of Fire Engine Red #DF0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.1%
G = 0%
B = 13.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF0024 (or 0xDF0024) is known color: Fire Engine Red. HEX triplet: DF, 00 and 24. RGB value is (223,0,36). Sum of RGB (Red+Green+Blue) = 223+0+36=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0024 is #20FFDB. Grayscale: #464646. Windows color (decimal): -2162652 or 2359519. OLE color: 2359519.

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

Color convert

RGB 223 0 36 -
CMYK 0 1 0.84 0.13
HSL 350.31º 1% 0.44% -
HSV(B) 350.31º 1% 0.87% -
XYZ 30.75 15.82 3.1 -
YUV 70.78 108.38 236.57 -
System Red Green Blue C M Y K H S L
Decimal 223 0 36 0 1 0.84 0.13 350.31 1 0.44
Hex DF 0 24 0 64 54 D 15E 64 2C
Octal 337 0 44 0 144 124 15 536 144 54
Binary 11011111 0 100100 0 1100100 1010100 1101 101011110 1100100 101100

Color Harmonies of #DF0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0024

Black with #DF0024

Text Example


Text Example

White with #DF0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0024; }

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

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

background-color css

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

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

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

border-color css

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

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

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