Html Css Color HEX #DE1B1D Fire Engine Red

📋 copy color: '#DE1B1D'

red 222 ◦ green 27 ◦ blue 29

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

Shades of Fire Engine Red #DE1B1D

Tints of Fire Engine Red #DE1B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.71%

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 79.86%
G = 9.71%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE1B1D (or 0xDE1B1D) is known color: Fire Engine Red. HEX triplet: DE, 1B and 1D. RGB value is (222,27,29). Sum of RGB (Red+Green+Blue) = 222+27+29=278 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.86% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1B1D is #21E4E2. Grayscale: #555555. Windows color (decimal): -2221283 or 1907678. OLE color: 1907678.

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

Color convert

RGB 222 27 29 -
CMYK 0 0.88 0.87 0.13
HSL 359.38º 0.78% 0.49% -
HSV(B) 359.38º 0.88% 0.87% -
XYZ 30.74 16.4 2.71 -
YUV 85.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 222 27 29 0 0.88 0.87 0.13 359.38 0.78 0.49
Hex DE 1B 1D 0 58 57 D 167 4E 31
Octal 336 33 35 0 130 127 15 547 116 61
Binary 11011110 11011 11101 0 1011000 1010111 1101 101100111 1001110 110001

Color Harmonies of #DE1B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1B1D

Black with #DE1B1D

Text Example


Text Example

White with #DE1B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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