Html Css Color HEX #DE0726 Fire Engine Red

📋 copy color: '#DE0726'

red 222 ◦ green 7 ◦ blue 38

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

Shades of Fire Engine Red #DE0726

Tints of Fire Engine Red #DE0726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.62%

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

R = 83.15%
G = 2.62%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE0726 (or 0xDE0726) is known color: Fire Engine Red. HEX triplet: DE, 07 and 26. RGB value is (222,7,38). Sum of RGB (Red+Green+Blue) = 222+7+38=267 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.15% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0726 is #21F8D9. Grayscale: #4A4A4A. Windows color (decimal): -2226394 or 2492382. OLE color: 2492382.

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

Color convert

RGB 222 7 38 -
CMYK 0 0.97 0.83 0.13
HSL 351.35º 0.94% 0.45% -
HSV(B) 351.35º 0.97% 0.87% -
XYZ 30.55 15.82 3.28 -
YUV 74.82 107.23 232.98 -
System Red Green Blue C M Y K H S L
Decimal 222 7 38 0 0.97 0.83 0.13 351.35 0.94 0.45
Hex DE 7 26 0 61 53 D 15F 5E 2D
Octal 336 7 46 0 141 123 15 537 136 55
Binary 11011110 111 100110 0 1100001 1010011 1101 101011111 1011110 101101

Color Harmonies of #DE0726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0726

Black with #DE0726

Text Example


Text Example

White with #DE0726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0726; }

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

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

background-color css

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

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

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

border-color css

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

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

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