Html Css Color HEX #DE1C1D Fire Engine Red

📋 copy color: '#DE1C1D'

red 222 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #DE1C1D

Tints of Fire Engine Red #DE1C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

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

R = 79.57%
G = 10.04%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE1C1D (or 0xDE1C1D) is known color: Fire Engine Red. HEX triplet: DE, 1C and 1D. RGB value is (222,28,29). Sum of RGB (Red+Green+Blue) = 222+28+29=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1C1D is #21E3E2. Grayscale: #565656. Windows color (decimal): -2221027 or 1907934. OLE color: 1907934.

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

Color convert

RGB 222 28 29 -
CMYK 0 0.87 0.87 0.13
HSL 359.69º 0.78% 0.49% -
HSV(B) 359.69º 0.87% 0.87% -
XYZ 30.76 16.45 2.72 -
YUV 86.12 95.77 224.92 -
System Red Green Blue C M Y K H S L
Decimal 222 28 29 0 0.87 0.87 0.13 359.69 0.78 0.49
Hex DE 1C 1D 0 57 57 D 168 4E 31
Octal 336 34 35 0 127 127 15 550 116 61
Binary 11011110 11100 11101 0 1010111 1010111 1101 101101000 1001110 110001

Color Harmonies of #DE1C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1C1D

Black with #DE1C1D

Text Example


Text Example

White with #DE1C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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