Html Css Color HEX #DE0F1A Fire Engine Red

📋 copy color: '#DE0F1A'

red 222 ◦ green 15 ◦ blue 26

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

Shades of Fire Engine Red #DE0F1A

Tints of Fire Engine Red #DE0F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 84.41%
G = 5.7%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE0F1A (or 0xDE0F1A) is known color: Fire Engine Red. HEX triplet: DE, 0F and 1A. RGB value is (222,15,26). Sum of RGB (Red+Green+Blue) = 222+15+26=263 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.41% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F1A is #21F0E5. Grayscale: #4E4E4E. Windows color (decimal): -2224358 or 1707998. OLE color: 1707998.

HSL color Cylindrical-coordinate representation of color #DE0F1A: hue angle of 356.81º 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 #DE0F1A is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 15 26 -
CMYK 0 0.93 0.88 0.13
HSL 356.81º 0.87% 0.46% -
HSV(B) 356.81º 0.93% 0.87% -
XYZ 30.48 15.95 2.45 -
YUV 78.15 98.58 230.61 -
System Red Green Blue C M Y K H S L
Decimal 222 15 26 0 0.93 0.88 0.13 356.81 0.87 0.46
Hex DE F 1A 0 5D 58 D 165 57 2E
Octal 336 17 32 0 135 130 15 545 127 56
Binary 11011110 1111 11010 0 1011101 1011000 1101 101100101 1010111 101110

Color Harmonies of #DE0F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0F1A

Black with #DE0F1A

Text Example


Text Example

White with #DE0F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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