Html Css Color HEX #DE0F22 Fire Engine Red

📋 copy color: '#DE0F22'

red 222 ◦ green 15 ◦ blue 34

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

Shades of Fire Engine Red #DE0F22

Tints of Fire Engine Red #DE0F22

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 81.92%
G = 5.54%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE0F22 (or 0xDE0F22) is known color: Fire Engine Red. HEX triplet: DE, 0F and 22. RGB value is (222,15,34). Sum of RGB (Red+Green+Blue) = 222+15+34=271 (35% of max value = 765). Red value is 222 (87.11% from 255 or 81.92% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F22 is #21F0DD. Grayscale: #4F4F4F. Windows color (decimal): -2224350 or 2232286. OLE color: 2232286.

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

Color convert

RGB 222 15 34 -
CMYK 0 0.93 0.85 0.13
HSL 354.49º 0.87% 0.46% -
HSV(B) 354.49º 0.93% 0.87% -
XYZ 30.58 15.99 2.99 -
YUV 79.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 222 15 34 0 0.93 0.85 0.13 354.49 0.87 0.46
Hex DE F 22 0 5D 55 D 162 57 2E
Octal 336 17 42 0 135 125 15 542 127 56
Binary 11011110 1111 100010 0 1011101 1010101 1101 101100010 1010111 101110

Color Harmonies of #DE0F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0F22

Black with #DE0F22

Text Example


Text Example

White with #DE0F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0F22; }

 p { color: rgb(222,15,34); }

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

background-color css

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

 a { background-color: rgb(222,15,34); }

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

border-color css

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

 span { border-color: rgb(222,15,34); }

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