Html Css Color HEX #DF1320 Fire Engine Red

📋 copy color: '#DF1320'

red 223 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #DF1320

Tints of Fire Engine Red #DF1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 81.39%
G = 6.93%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF1320 (or 0xDF1320) is known color: Fire Engine Red. HEX triplet: DF, 13 and 20. RGB value is (223,19,32). Sum of RGB (Red+Green+Blue) = 223+19+32=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1320 is #20ECDF. Grayscale: #515151. Windows color (decimal): -2157792 or 2102239. OLE color: 2102239.

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

Color convert

RGB 223 19 32 -
CMYK 0 0.91 0.86 0.13
HSL 356.18º 0.84% 0.47% -
HSV(B) 356.18º 0.91% 0.87% -
XYZ 30.93 16.26 2.87 -
YUV 81.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 223 19 32 0 0.91 0.86 0.13 356.18 0.84 0.47
Hex DF 13 20 0 5B 56 D 164 54 2F
Octal 337 23 40 0 133 126 15 544 124 57
Binary 11011111 10011 100000 0 1011011 1010110 1101 101100100 1010100 101111

Color Harmonies of #DF1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1320

Black with #DF1320

Text Example


Text Example

White with #DF1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1320; }

 p { color: rgb(223,19,32); }

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

background-color css

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

 a { background-color: rgb(223,19,32); }

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

border-color css

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

 span { border-color: rgb(223,19,32); }

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