Html Css Color HEX #DF1624 Fire Engine Red

📋 copy color: '#DF1624'

red 223 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #DF1624

Tints of Fire Engine Red #DF1624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 79.36%
G = 7.83%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF1624 (or 0xDF1624) is known color: Fire Engine Red. HEX triplet: DF, 16 and 24. RGB value is (223,22,36). Sum of RGB (Red+Green+Blue) = 223+22+36=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1624 is #20E9DB. Grayscale: #535353. Windows color (decimal): -2157020 or 2365151. OLE color: 2365151.

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

Color convert

RGB 223 22 36 -
CMYK 0 0.90 0.84 0.13
HSL 355.82º 0.82% 0.48% -
HSV(B) 355.82º 0.9% 0.87% -
XYZ 31.04 16.39 3.2 -
YUV 83.7 101.09 227.36 -
System Red Green Blue C M Y K H S L
Decimal 223 22 36 0 0.90 0.84 0.13 355.82 0.82 0.48
Hex DF 16 24 0 5A 54 D 164 52 30
Octal 337 26 44 0 132 124 15 544 122 60
Binary 11011111 10110 100100 0 1011010 1010100 1101 101100100 1010010 110000

Color Harmonies of #DF1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1624

Black with #DF1624

Text Example


Text Example

White with #DF1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1624; }

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

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

background-color css

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

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

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

border-color css

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

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

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