Html Css Color HEX #DE141B Fire Engine Red

📋 copy color: '#DE141B'

red 222 ◦ green 20 ◦ blue 27

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

Shades of Fire Engine Red #DE141B

Tints of Fire Engine Red #DE141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 82.53%
G = 7.43%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE141B (or 0xDE141B) is known color: Fire Engine Red. HEX triplet: DE, 14 and 1B. RGB value is (222,20,27). Sum of RGB (Red+Green+Blue) = 222+20+27=269 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.53% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 222 - color contains mainly: red. Hex color #DE141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE141B is #21EBE4. Grayscale: #515151. Windows color (decimal): -2223077 or 1774814. OLE color: 1774814.

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

Color convert

RGB 222 20 27 -
CMYK 0 0.91 0.88 0.13
HSL 357.92º 0.83% 0.47% -
HSV(B) 357.92º 0.91% 0.87% -
XYZ 30.57 16.11 2.53 -
YUV 81.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 222 20 27 0 0.91 0.88 0.13 357.92 0.83 0.47
Hex DE 14 1B 0 5B 58 D 166 53 2F
Octal 336 24 33 0 133 130 15 546 123 57
Binary 11011110 10100 11011 0 1011011 1011000 1101 101100110 1010011 101111

Color Harmonies of #DE141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE141B

Black with #DE141B

Text Example


Text Example

White with #DE141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE141B; }

 p { color: rgb(222,20,27); }

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

background-color css

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

 a { background-color: rgb(222,20,27); }

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

border-color css

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

 span { border-color: rgb(222,20,27); }

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