Html Css Color HEX #DF0E27 Fire Engine Red

📋 copy color: '#DF0E27'

red 223 ◦ green 14 ◦ blue 39

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

Shades of Fire Engine Red #DF0E27

Tints of Fire Engine Red #DF0E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 80.8%
G = 5.07%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF0E27 (or 0xDF0E27) is known color: Fire Engine Red. HEX triplet: DF, 0E and 27. RGB value is (223,14,39). Sum of RGB (Red+Green+Blue) = 223+14+39=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E27 is #20F1D8. Grayscale: #4F4F4F. Windows color (decimal): -2159065 or 2559711. OLE color: 2559711.

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

Color convert

RGB 223 14 39 -
CMYK 0 0.94 0.83 0.13
HSL 352.82º 0.88% 0.46% -
HSV(B) 352.82º 0.94% 0.87% -
XYZ 30.95 16.15 3.4 -
YUV 79.34 105.24 230.47 -
System Red Green Blue C M Y K H S L
Decimal 223 14 39 0 0.94 0.83 0.13 352.82 0.88 0.46
Hex DF E 27 0 5E 53 D 161 58 2E
Octal 337 16 47 0 136 123 15 541 130 56
Binary 11011111 1110 100111 0 1011110 1010011 1101 101100001 1011000 101110

Color Harmonies of #DF0E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E27

Black with #DF0E27

Text Example


Text Example

White with #DF0E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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