Html Css Color HEX #DE1115 Fire Engine Red

📋 copy color: '#DE1115'

red 222 ◦ green 17 ◦ blue 21

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

Shades of Fire Engine Red #DE1115

Tints of Fire Engine Red #DE1115

RGB

 RED value IS 222 (87.11% from 255) = 85.38%

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 85.38%
G = 6.54%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE1115 (or 0xDE1115) is known color: Fire Engine Red. HEX triplet: DE, 11 and 15. RGB value is (222,17,21). Sum of RGB (Red+Green+Blue) = 222+17+21=260 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.38% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1115 is #21EEEA. Grayscale: #4E4E4E. Windows color (decimal): -2223851 or 1380830. OLE color: 1380830.

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

Color convert

RGB 222 17 21 -
CMYK 0 0.92 0.91 0.13
HSL 358.83º 0.86% 0.47% -
HSV(B) 358.83º 0.92% 0.87% -
XYZ 30.46 15.98 2.19 -
YUV 78.75 95.42 230.17 -
System Red Green Blue C M Y K H S L
Decimal 222 17 21 0 0.92 0.91 0.13 358.83 0.86 0.47
Hex DE 11 15 0 5C 5B D 167 56 2F
Octal 336 21 25 0 134 133 15 547 126 57
Binary 11011110 10001 10101 0 1011100 1011011 1101 101100111 1010110 101111

Color Harmonies of #DE1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1115

Black with #DE1115

Text Example


Text Example

White with #DE1115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1115; }

 p { color: rgb(222,17,21); }

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

background-color css

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

 a { background-color: rgb(222,17,21); }

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

border-color css

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

 span { border-color: rgb(222,17,21); }

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