Html Css Color HEX #DC1824 Fire Engine Red

📋 copy color: '#DC1824'

red 220 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #DC1824

Tints of Fire Engine Red #DC1824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 78.57%
G = 8.57%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC1824 (or 0xDC1824) is known color: Fire Engine Red. HEX triplet: DC, 18 and 24. RGB value is (220,24,36). Sum of RGB (Red+Green+Blue) = 220+24+36=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1824 is #23E7DB. Grayscale: #545454. Windows color (decimal): -2353116 or 2365660. OLE color: 2365660.

HSL color Cylindrical-coordinate representation of color #DC1824: hue angle of 356.33º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1824 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 36 -
CMYK 0 0.89 0.84 0.14
HSL 356.33º 0.8% 0.48% -
HSV(B) 356.33º 0.89% 0.86% -
XYZ 30.16 16 3.17 -
YUV 83.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 220 24 36 0 0.89 0.84 0.14 356.33 0.8 0.48
Hex DC 18 24 0 59 54 E 164 50 30
Octal 334 30 44 0 131 124 16 544 120 60
Binary 11011100 11000 100100 0 1011001 1010100 1110 101100100 1010000 110000

Color Harmonies of #DC1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1824

Black with #DC1824

Text Example


Text Example

White with #DC1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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