Html Css Color HEX #DF051F Fire Engine Red

📋 copy color: '#DF051F'

red 223 ◦ green 5 ◦ blue 31

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

Shades of Fire Engine Red #DF051F

Tints of Fire Engine Red #DF051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 86.1%
G = 1.93%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF051F (or 0xDF051F) is known color: Fire Engine Red. HEX triplet: DF, 05 and 1F. RGB value is (223,5,31). Sum of RGB (Red+Green+Blue) = 223+5+31=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF051F is #20FAE0. Grayscale: #494949. Windows color (decimal): -2161377 or 2033119. OLE color: 2033119.

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

Color convert

RGB 223 5 31 -
CMYK 0 0.98 0.86 0.13
HSL 352.84º 0.96% 0.45% -
HSV(B) 352.84º 0.98% 0.87% -
XYZ 30.73 15.9 2.74 -
YUV 73.15 104.22 234.89 -
System Red Green Blue C M Y K H S L
Decimal 223 5 31 0 0.98 0.86 0.13 352.84 0.96 0.45
Hex DF 5 1F 0 62 56 D 161 60 2D
Octal 337 5 37 0 142 126 15 541 140 55
Binary 11011111 101 11111 0 1100010 1010110 1101 101100001 1100000 101101

Color Harmonies of #DF051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF051F

Black with #DF051F

Text Example


Text Example

White with #DF051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF051F; }

 p { color: rgb(223,5,31); }

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

background-color css

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

 a { background-color: rgb(223,5,31); }

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

border-color css

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

 span { border-color: rgb(223,5,31); }

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