Html Css Color HEX #DE0B26 Fire Engine Red

📋 copy color: '#DE0B26'

red 222 ◦ green 11 ◦ blue 38

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

Shades of Fire Engine Red #DE0B26

Tints of Fire Engine Red #DE0B26

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.06%

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

R = 81.92%
G = 4.06%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE0B26 (or 0xDE0B26) is known color: Fire Engine Red. HEX triplet: DE, 0B and 26. RGB value is (222,11,38). Sum of RGB (Red+Green+Blue) = 222+11+38=271 (35% of max value = 765). Red value is 222 (87.11% from 255 or 81.92% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B26 is #21F4D9. Grayscale: #4D4D4D. Windows color (decimal): -2225370 or 2493406. OLE color: 2493406.

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

Color convert

RGB 222 11 38 -
CMYK 0 0.95 0.83 0.13
HSL 352.32º 0.91% 0.46% -
HSV(B) 352.32º 0.95% 0.87% -
XYZ 30.59 15.91 3.29 -
YUV 77.17 105.9 231.3 -
System Red Green Blue C M Y K H S L
Decimal 222 11 38 0 0.95 0.83 0.13 352.32 0.91 0.46
Hex DE B 26 0 5F 53 D 160 5B 2E
Octal 336 13 46 0 137 123 15 540 133 56
Binary 11011110 1011 100110 0 1011111 1010011 1101 101100000 1011011 101110

Color Harmonies of #DE0B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B26

Black with #DE0B26

Text Example


Text Example

White with #DE0B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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