Html Css Color HEX #DF0E1C Fire Engine Red

📋 copy color: '#DF0E1C'

red 223 ◦ green 14 ◦ blue 28

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

Shades of Fire Engine Red #DF0E1C

Tints of Fire Engine Red #DF0E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.28%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 84.15%
G = 5.28%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF0E1C (or 0xDF0E1C) is known color: Fire Engine Red. HEX triplet: DF, 0E and 1C. RGB value is (223,14,28). Sum of RGB (Red+Green+Blue) = 223+14+28=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E1C is #20F1E3. Grayscale: #4E4E4E. Windows color (decimal): -2159076 or 1838815. OLE color: 1838815.

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

Color convert

RGB 223 14 28 -
CMYK 0 0.94 0.87 0.13
HSL 355.98º 0.88% 0.46% -
HSV(B) 355.98º 0.94% 0.87% -
XYZ 30.8 16.09 2.58 -
YUV 78.09 99.74 231.36 -
System Red Green Blue C M Y K H S L
Decimal 223 14 28 0 0.94 0.87 0.13 355.98 0.88 0.46
Hex DF E 1C 0 5E 57 D 164 58 2E
Octal 337 16 34 0 136 127 15 544 130 56
Binary 11011111 1110 11100 0 1011110 1010111 1101 101100100 1011000 101110

Color Harmonies of #DF0E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E1C

Black with #DF0E1C

Text Example


Text Example

White with #DF0E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E1C; }

 p { color: rgb(223,14,28); }

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

background-color css

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

 a { background-color: rgb(223,14,28); }

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

border-color css

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

 span { border-color: rgb(223,14,28); }

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