#DC1B20

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

Shades of Fire Engine Red #DC1B20

Tints of Fire Engine Red #DC1B20

Color information

#DC1B20 (or 0xDC1B20) is unknown color: approx Fire Engine Red. HEX triplet: DC, 1B and 20. RGB value is (220,27,32). Sum of RGB (Red+Green+Blue) = 220+27+32=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1B20 is #23E4DF. Grayscale: #555555. Windows color (decimal): -2352352 or 2104284. OLE color: 2104284.

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

Color convert

RGB2202732-
CMYK00.880.850.14
HSL358.45º78.14%48.43%-
HSV(B)358.45º87.73%86.27%-
XYZ30.1716.12.88-
YUV85.2897.94224.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 78.85%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=78.85%
G=9.68%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220273200.880.850.14358.4578.1448.43
HexDC1B2005855E1664e30
Octal334334001301251654611660
Binary110111001101110000001011000101010111101011001101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1B20; }

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

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

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

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

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

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

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

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