Html Css Color HEX #DC161C Fire Engine Red

📋 copy color: '#DC161C'

red 220 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #DC161C

Tints of Fire Engine Red #DC161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 81.48%
G = 8.15%
B = 10.37%

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

#DC161C (or 0xDC161C) is known color: Fire Engine Red. HEX triplet: DC, 16 and 1C. RGB value is (220,22,28). Sum of RGB (Red+Green+Blue) = 220+22+28=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC161C is #23E9E3. Grayscale: #525252. Windows color (decimal): -2353636 or 1840860. OLE color: 1840860.

HSL color Cylindrical-coordinate representation of color #DC161C: hue angle of 358.18º 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 #DC161C is Cyan = 0, Magento = 0.9, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 28 -
CMYK 0 0.9 0.87 0.14
HSL 358.18º 0.82% 0.47% -
HSV(B) 358.18º 0.9% 0.86% -
XYZ 30.01 15.87 2.58 -
YUV 81.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 220 22 28 0 0.9 0.87 0.14 358.18 0.82 0.47
Hex DC 16 1C 0 5A 57 E 166 52 2F
Octal 334 26 34 0 132 127 16 546 122 57
Binary 11011100 10110 11100 0 1011010 1010111 1110 101100110 1010010 101111

Color Harmonies of #DC161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC161C

Black with #DC161C

Text Example


Text Example

White with #DC161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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