Html Css Color HEX #DF071E Fire Engine Red

📋 copy color: '#DF071E'

red 223 ◦ green 7 ◦ blue 30

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

Shades of Fire Engine Red #DF071E

Tints of Fire Engine Red #DF071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 85.77%
G = 2.69%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF071E (or 0xDF071E) is known color: Fire Engine Red. HEX triplet: DF, 07 and 1E. RGB value is (223,7,30). Sum of RGB (Red+Green+Blue) = 223+7+30=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF071E is #20F8E1. Grayscale: #4A4A4A. Windows color (decimal): -2160866 or 1968095. OLE color: 1968095.

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

Color convert

RGB 223 7 30 -
CMYK 0 0.97 0.87 0.13
HSL 353.61º 0.94% 0.45% -
HSV(B) 353.61º 0.97% 0.87% -
XYZ 30.74 15.93 2.68 -
YUV 74.21 103.06 234.13 -
System Red Green Blue C M Y K H S L
Decimal 223 7 30 0 0.97 0.87 0.13 353.61 0.94 0.45
Hex DF 7 1E 0 61 57 D 162 5E 2D
Octal 337 7 36 0 141 127 15 542 136 55
Binary 11011111 111 11110 0 1100001 1010111 1101 101100010 1011110 101101

Color Harmonies of #DF071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF071E

Black with #DF071E

Text Example


Text Example

White with #DF071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF071E; }

 p { color: rgb(223,7,30); }

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

background-color css

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

 a { background-color: rgb(223,7,30); }

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

border-color css

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

 span { border-color: rgb(223,7,30); }

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