Html Css Color HEX #DF1523 Fire Engine Red

📋 copy color: '#DF1523'

red 223 ◦ green 21 ◦ blue 35

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

Shades of Fire Engine Red #DF1523

Tints of Fire Engine Red #DF1523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

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

R = 79.93%
G = 7.53%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF1523 (or 0xDF1523) is known color: Fire Engine Red. HEX triplet: DF, 15 and 23. RGB value is (223,21,35). Sum of RGB (Red+Green+Blue) = 223+21+35=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1523 is #20EADC. Grayscale: #535353. Windows color (decimal): -2157277 or 2299359. OLE color: 2299359.

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

Color convert

RGB 223 21 35 -
CMYK 0 0.91 0.84 0.13
HSL 355.84º 0.83% 0.48% -
HSV(B) 355.84º 0.91% 0.87% -
XYZ 31 16.35 3.11 -
YUV 82.99 100.92 227.86 -
System Red Green Blue C M Y K H S L
Decimal 223 21 35 0 0.91 0.84 0.13 355.84 0.83 0.48
Hex DF 15 23 0 5B 54 D 164 53 30
Octal 337 25 43 0 133 124 15 544 123 60
Binary 11011111 10101 100011 0 1011011 1010100 1101 101100100 1010011 110000

Color Harmonies of #DF1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1523

Black with #DF1523

Text Example


Text Example

White with #DF1523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1523; }

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

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

background-color css

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

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

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

border-color css

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

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

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