Html Css Color HEX #DE0026 Fire Engine Red

📋 copy color: '#DE0026'

red 222 ◦ green 0 ◦ blue 38

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

Shades of Fire Engine Red #DE0026

Tints of Fire Engine Red #DE0026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 14.62%

R = 85.38%
G = 0%
B = 14.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE0026 (or 0xDE0026) is known color: Fire Engine Red. HEX triplet: DE, 00 and 26. RGB value is (222,0,38). Sum of RGB (Red+Green+Blue) = 222+0+38=260 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.38% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0026 is #21FFD9. Grayscale: #464646. Windows color (decimal): -2228186 or 2490590. OLE color: 2490590.

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

Color convert

RGB 222 0 38 -
CMYK 0 1 0.83 0.13
HSL 349.73º 1% 0.44% -
HSV(B) 349.73º 1% 0.87% -
XYZ 30.47 15.67 3.25 -
YUV 70.71 109.55 235.91 -
System Red Green Blue C M Y K H S L
Decimal 222 0 38 0 1 0.83 0.13 349.73 1 0.44
Hex DE 0 26 0 64 53 D 15E 64 2C
Octal 336 0 46 0 144 123 15 536 144 54
Binary 11011110 0 100110 0 1100100 1010011 1101 101011110 1100100 101100

Color Harmonies of #DE0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0026

Black with #DE0026

Text Example


Text Example

White with #DE0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0026; }

 p { color: rgb(222,0,38); }

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

background-color css

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

 a { background-color: rgb(222,0,38); }

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

border-color css

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

 span { border-color: rgb(222,0,38); }

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