Html Css Color HEX #DC181B Fire Engine Red

📋 copy color: '#DC181B'

red 220 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #DC181B

Tints of Fire Engine Red #DC181B

RGB

 RED value IS 220 (86.33% from 255) = 81.18%

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 81.18%
G = 8.86%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC181B (or 0xDC181B) is known color: Fire Engine Red. HEX triplet: DC, 18 and 1B. RGB value is (220,24,27). Sum of RGB (Red+Green+Blue) = 220+24+27=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC181B is #23E7E4. Grayscale: #535353. Windows color (decimal): -2353125 or 1775836. OLE color: 1775836.

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

Color convert

RGB 220 24 27 -
CMYK 0 0.89 0.88 0.14
HSL 359.08º 0.8% 0.48% -
HSV(B) 359.08º 0.89% 0.86% -
XYZ 30.04 15.95 2.53 -
YUV 82.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 220 24 27 0 0.89 0.88 0.14 359.08 0.8 0.48
Hex DC 18 1B 0 59 58 E 167 50 30
Octal 334 30 33 0 131 130 16 547 120 60
Binary 11011100 11000 11011 0 1011001 1011000 1110 101100111 1010000 110000

Color Harmonies of #DC181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC181B

Black with #DC181B

Text Example


Text Example

White with #DC181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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