Html Css Color HEX #DC161D Fire Engine Red

📋 copy color: '#DC161D'

red 220 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #DC161D

Tints of Fire Engine Red #DC161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 81.18%
G = 8.12%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC161D (or 0xDC161D) is known color: Fire Engine Red. HEX triplet: DC, 16 and 1D. RGB value is (220,22,29). Sum of RGB (Red+Green+Blue) = 220+22+29=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC161D is #23E9E2. Grayscale: #525252. Windows color (decimal): -2353635 or 1906396. OLE color: 1906396.

HSL color Cylindrical-coordinate representation of color #DC161D: hue angle of 357.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC161D is Cyan = 0, Magento = 0.9, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 29 -
CMYK 0 0.9 0.87 0.14
HSL 357.88º 0.82% 0.47% -
HSV(B) 357.88º 0.9% 0.86% -
XYZ 30.02 15.88 2.64 -
YUV 82 98.1 226.43 -
System Red Green Blue C M Y K H S L
Decimal 220 22 29 0 0.9 0.87 0.14 357.88 0.82 0.47
Hex DC 16 1D 0 5A 57 E 166 52 2F
Octal 334 26 35 0 132 127 16 546 122 57
Binary 11011100 10110 11101 0 1011010 1010111 1110 101100110 1010010 101111

Color Harmonies of #DC161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC161D

Black with #DC161D

Text Example


Text Example

White with #DC161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC161D; }

 p { color: rgb(220,22,29); }

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

background-color css

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

 a { background-color: rgb(220,22,29); }

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

border-color css

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

 span { border-color: rgb(220,22,29); }

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