Html Css Color HEX #DC1724 Fire Engine Red

📋 copy color: '#DC1724'

red 220 ◦ green 23 ◦ blue 36

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

Shades of Fire Engine Red #DC1724

Tints of Fire Engine Red #DC1724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.9%

R = 78.85%
G = 8.24%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC1724 (or 0xDC1724) is known color: Fire Engine Red. HEX triplet: DC, 17 and 24. RGB value is (220,23,36). Sum of RGB (Red+Green+Blue) = 220+23+36=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1724 is #23E8DB. Grayscale: #535353. Windows color (decimal): -2353372 or 2365404. OLE color: 2365404.

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

Color convert

RGB 220 23 36 -
CMYK 0 0.90 0.84 0.14
HSL 356.04º 0.81% 0.48% -
HSV(B) 356.04º 0.9% 0.86% -
XYZ 30.14 15.96 3.16 -
YUV 83.39 101.27 225.44 -
System Red Green Blue C M Y K H S L
Decimal 220 23 36 0 0.90 0.84 0.14 356.04 0.81 0.48
Hex DC 17 24 0 5A 54 E 164 51 30
Octal 334 27 44 0 132 124 16 544 121 60
Binary 11011100 10111 100100 0 1011010 1010100 1110 101100100 1010001 110000

Color Harmonies of #DC1724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1724

Black with #DC1724

Text Example


Text Example

White with #DC1724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1724; }

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

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

background-color css

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

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

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

border-color css

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

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

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