Html Css Color HEX #DC161A Fire Engine Red

📋 copy color: '#DC161A'

red 220 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #DC161A

Tints of Fire Engine Red #DC161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 82.09%
G = 8.21%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC161A (or 0xDC161A) is known color: Fire Engine Red. HEX triplet: DC, 16 and 1A. RGB value is (220,22,26). Sum of RGB (Red+Green+Blue) = 220+22+26=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC161A is #23E9E5. Grayscale: #515151. Windows color (decimal): -2353638 or 1709788. OLE color: 1709788.

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

Color convert

RGB 220 22 26 -
CMYK 0 0.9 0.88 0.14
HSL 358.79º 0.82% 0.47% -
HSV(B) 358.79º 0.9% 0.86% -
XYZ 29.99 15.86 2.46 -
YUV 81.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 220 22 26 0 0.9 0.88 0.14 358.79 0.82 0.47
Hex DC 16 1A 0 5A 58 E 167 52 2F
Octal 334 26 32 0 132 130 16 547 122 57
Binary 11011100 10110 11010 0 1011010 1011000 1110 101100111 1010010 101111

Color Harmonies of #DC161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC161A

Black with #DC161A

Text Example


Text Example

White with #DC161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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