#DC0E1B

Color #DC0E1B Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DC0E1B

Tints of Fire Engine Red #DC0E1B

Color information

#DC0E1B (or 0xDC0E1B) is unknown color: approx Fire Engine Red. HEX triplet: DC, 0E and 1B. RGB value is (220,14,27). Sum of RGB (Red+Green+Blue) = 220+14+27=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0E1B is #23F1E4. Grayscale: #4D4D4D. Windows color (decimal): -2355685 or 1773276. OLE color: 1773276.

HSL color Cylindrical-coordinate representation of color #DC0E1B: hue angle of 356.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E1B is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB2201427-
CMYK00.940.880.14
HSL356.21º88.03%45.88%-
HSV(B)356.21º93.64%86.27%-
XYZ29.8715.612.48-
YUV77.0899.75229.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 84.29%
GREEN value IS 14 (5.86% from 255) = 5.36%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=84.29%
G=5.36%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220142700.940.880.14356.2188.0345.88
HexDCE1B05E58E164582e
Octal334163301361301654413056
Binary1101110011101101101011110101100011101011001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0E1B; }

 p { color: rgb(220,14,27); }

 H1.HeaderClassName
 {
   color: #DC0E1B;
 }
 .AnyTagClassName
 {
   color: #DC0E1B;
 }
</style>
background-color css

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

 a { background-color: rgb(220,14,27); }

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

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

 span { border-color: rgb(220,14,27); }

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