Html Css Color HEX #DF051E Fire Engine Red

📋 copy color: '#DF051E'

red 223 ◦ green 5 ◦ blue 30

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

Shades of Fire Engine Red #DF051E

Tints of Fire Engine Red #DF051E

RGB

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

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

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

R = 86.43%
G = 1.94%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF051E (or 0xDF051E) is known color: Fire Engine Red. HEX triplet: DF, 05 and 1E. RGB value is (223,5,30). Sum of RGB (Red+Green+Blue) = 223+5+30=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF051E is #20FAE1. Grayscale: #494949. Windows color (decimal): -2161378 or 1967583. OLE color: 1967583.

HSL color Cylindrical-coordinate representation of color #DF051E: hue angle of 353.12º 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 #DF051E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 5 30 -
CMYK 0 0.98 0.87 0.13
HSL 353.12º 0.96% 0.45% -
HSV(B) 353.12º 0.98% 0.87% -
XYZ 30.72 15.89 2.68 -
YUV 73.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 223 5 30 0 0.98 0.87 0.13 353.12 0.96 0.45
Hex DF 5 1E 0 62 57 D 161 60 2D
Octal 337 5 36 0 142 127 15 541 140 55
Binary 11011111 101 11110 0 1100010 1010111 1101 101100001 1100000 101101

Color Harmonies of #DF051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF051E

Black with #DF051E

Text Example


Text Example

White with #DF051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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