Html Css Color HEX #DE1E1F Fire Engine Red

📋 copy color: '#DE1E1F'

red 222 ◦ green 30 ◦ blue 31

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

Shades of Fire Engine Red #DE1E1F

Tints of Fire Engine Red #DE1E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 78.45%
G = 10.6%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE1E1F (or 0xDE1E1F) is known color: Fire Engine Red. HEX triplet: DE, 1E and 1F. RGB value is (222,30,31). Sum of RGB (Red+Green+Blue) = 222+30+31=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E1F is #21E1E0. Grayscale: #575757. Windows color (decimal): -2220513 or 2039518. OLE color: 2039518.

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

Color convert

RGB 222 30 31 -
CMYK 0 0.86 0.86 0.13
HSL 359.69º 0.76% 0.49% -
HSV(B) 359.69º 0.86% 0.87% -
XYZ 30.84 16.56 2.87 -
YUV 87.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 222 30 31 0 0.86 0.86 0.13 359.69 0.76 0.49
Hex DE 1E 1F 0 56 56 D 168 4C 31
Octal 336 36 37 0 126 126 15 550 114 61
Binary 11011110 11110 11111 0 1010110 1010110 1101 101101000 1001100 110001

Color Harmonies of #DE1E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E1F

Black with #DE1E1F

Text Example


Text Example

White with #DE1E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E1F; }

 p { color: rgb(222,30,31); }

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

background-color css

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

 a { background-color: rgb(222,30,31); }

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

border-color css

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

 span { border-color: rgb(222,30,31); }

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