Html Css Color HEX #DE181E Fire Engine Red

📋 copy color: '#DE181E'

red 222 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #DE181E

Tints of Fire Engine Red #DE181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 80.43%
G = 8.7%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE181E (or 0xDE181E) is known color: Fire Engine Red. HEX triplet: DE, 18 and 1E. RGB value is (222,24,30). Sum of RGB (Red+Green+Blue) = 222+24+30=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE181E is #21E7E1. Grayscale: #545454. Windows color (decimal): -2222050 or 1972446. OLE color: 1972446.

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

Color convert

RGB 222 24 30 -
CMYK 0 0.89 0.86 0.13
HSL 358.18º 0.8% 0.48% -
HSV(B) 358.18º 0.89% 0.87% -
XYZ 30.69 16.28 2.75 -
YUV 83.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 222 24 30 0 0.89 0.86 0.13 358.18 0.8 0.48
Hex DE 18 1E 0 59 56 D 166 50 30
Octal 336 30 36 0 131 126 15 546 120 60
Binary 11011110 11000 11110 0 1011001 1010110 1101 101100110 1010000 110000

Color Harmonies of #DE181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE181E

Black with #DE181E

Text Example


Text Example

White with #DE181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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