Html Css Color HEX #DC1828 Fire Engine Red

📋 copy color: '#DC1828'

red 220 ◦ green 24 ◦ blue 40

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

Shades of Fire Engine Red #DC1828

Tints of Fire Engine Red #DC1828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 77.46%
G = 8.45%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC1828 (or 0xDC1828) is known color: Fire Engine Red. HEX triplet: DC, 18 and 28. RGB value is (220,24,40). Sum of RGB (Red+Green+Blue) = 220+24+40=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1828 is #23E7D7. Grayscale: #545454. Windows color (decimal): -2353112 or 2627804. OLE color: 2627804.

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

Color convert

RGB 220 24 40 -
CMYK 0 0.89 0.82 0.14
HSL 355.1º 0.8% 0.48% -
HSV(B) 355.1º 0.89% 0.86% -
XYZ 30.22 16.02 3.51 -
YUV 84.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 220 24 40 0 0.89 0.82 0.14 355.1 0.8 0.48
Hex DC 18 28 0 59 52 E 163 50 30
Octal 334 30 50 0 131 122 16 543 120 60
Binary 11011100 11000 101000 0 1011001 1010010 1110 101100011 1010000 110000

Color Harmonies of #DC1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1828

Black with #DC1828

Text Example


Text Example

White with #DC1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1828; }

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

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

background-color css

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

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

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

border-color css

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

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

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