Html Css Color HEX #DC172B Fire Engine Red

📋 copy color: '#DC172B'

red 220 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #DC172B

Tints of Fire Engine Red #DC172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 76.92%
G = 8.04%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC172B (or 0xDC172B) is known color: Fire Engine Red. HEX triplet: DC, 17 and 2B. RGB value is (220,23,43). Sum of RGB (Red+Green+Blue) = 220+23+43=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC172B is #23E8D4. Grayscale: #545454. Windows color (decimal): -2353365 or 2824156. OLE color: 2824156.

HSL color Cylindrical-coordinate representation of color #DC172B: hue angle of 353.91º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC172B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 43 -
CMYK 0 0.90 0.80 0.14
HSL 353.91º 0.81% 0.48% -
HSV(B) 353.91º 0.9% 0.86% -
XYZ 30.26 16 3.78 -
YUV 84.18 104.77 224.87 -
System Red Green Blue C M Y K H S L
Decimal 220 23 43 0 0.90 0.80 0.14 353.91 0.81 0.48
Hex DC 17 2B 0 5A 50 E 162 51 30
Octal 334 27 53 0 132 120 16 542 121 60
Binary 11011100 10111 101011 0 1011010 1010000 1110 101100010 1010001 110000

Color Harmonies of #DC172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC172B

Black with #DC172B

Text Example


Text Example

White with #DC172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC172B; }

 p { color: rgb(220,23,43); }

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

background-color css

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

 a { background-color: rgb(220,23,43); }

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

border-color css

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

 span { border-color: rgb(220,23,43); }

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