Html Css Color HEX #DE121A Fire Engine Red

📋 copy color: '#DE121A'

red 222 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #DE121A

Tints of Fire Engine Red #DE121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

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

R = 83.46%
G = 6.77%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE121A (or 0xDE121A) is known color: Fire Engine Red. HEX triplet: DE, 12 and 1A. RGB value is (222,18,26). Sum of RGB (Red+Green+Blue) = 222+18+26=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE121A is #21EDE5. Grayscale: #505050. Windows color (decimal): -2223590 or 1708766. OLE color: 1708766.

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

Color convert

RGB 222 18 26 -
CMYK 0 0.92 0.88 0.13
HSL 357.65º 0.85% 0.47% -
HSV(B) 357.65º 0.92% 0.87% -
XYZ 30.53 16.04 2.46 -
YUV 79.91 97.59 229.35 -
System Red Green Blue C M Y K H S L
Decimal 222 18 26 0 0.92 0.88 0.13 357.65 0.85 0.47
Hex DE 12 1A 0 5C 58 D 166 55 2F
Octal 336 22 32 0 134 130 15 546 125 57
Binary 11011110 10010 11010 0 1011100 1011000 1101 101100110 1010101 101111

Color Harmonies of #DE121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE121A

Black with #DE121A

Text Example


Text Example

White with #DE121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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