Html Css Color HEX #DE0426 Fire Engine Red

📋 copy color: '#DE0426'

red 222 ◦ green 4 ◦ blue 38

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

Shades of Fire Engine Red #DE0426

Tints of Fire Engine Red #DE0426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 84.09%
G = 1.52%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE0426 (or 0xDE0426) is known color: Fire Engine Red. HEX triplet: DE, 04 and 26. RGB value is (222,4,38). Sum of RGB (Red+Green+Blue) = 222+4+38=264 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.09% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0426 is #21FBD9. Grayscale: #494949. Windows color (decimal): -2227162 or 2491614. OLE color: 2491614.

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

Color convert

RGB 222 4 38 -
CMYK 0 0.98 0.83 0.13
HSL 350.64º 0.96% 0.44% -
HSV(B) 350.64º 0.98% 0.87% -
XYZ 30.52 15.76 3.27 -
YUV 73.06 108.22 234.24 -
System Red Green Blue C M Y K H S L
Decimal 222 4 38 0 0.98 0.83 0.13 350.64 0.96 0.44
Hex DE 4 26 0 62 53 D 15F 60 2C
Octal 336 4 46 0 142 123 15 537 140 54
Binary 11011110 100 100110 0 1100010 1010011 1101 101011111 1100000 101100

Color Harmonies of #DE0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0426

Black with #DE0426

Text Example


Text Example

White with #DE0426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0426; }

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

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

background-color css

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

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

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

border-color css

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

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

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