Html Css Color HEX #DE0E25 Fire Engine Red

📋 copy color: '#DE0E25'

red 222 ◦ green 14 ◦ blue 37

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

Shades of Fire Engine Red #DE0E25

Tints of Fire Engine Red #DE0E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 81.32%
G = 5.13%
B = 13.55%

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

#DE0E25 (or 0xDE0E25) is known color: Fire Engine Red. HEX triplet: DE, 0E and 25. RGB value is (222,14,37). Sum of RGB (Red+Green+Blue) = 222+14+37=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E25 is #21F1DA. Grayscale: #4E4E4E. Windows color (decimal): -2224603 or 2428638. OLE color: 2428638.

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

Color convert

RGB 222 14 37 -
CMYK 0 0.94 0.83 0.13
HSL 353.37º 0.88% 0.46% -
HSV(B) 353.37º 0.94% 0.87% -
XYZ 30.62 15.98 3.22 -
YUV 78.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 222 14 37 0 0.94 0.83 0.13 353.37 0.88 0.46
Hex DE E 25 0 5E 53 D 161 58 2E
Octal 336 16 45 0 136 123 15 541 130 56
Binary 11011110 1110 100101 0 1011110 1010011 1101 101100001 1011000 101110

Color Harmonies of #DE0E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0E25

Black with #DE0E25

Text Example


Text Example

White with #DE0E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0E25; }

 p { color: rgb(222,14,37); }

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

background-color css

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

 a { background-color: rgb(222,14,37); }

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

border-color css

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

 span { border-color: rgb(222,14,37); }

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