Html Css Color HEX #DC1823 Fire Engine Red

📋 copy color: '#DC1823'

red 220 ◦ green 24 ◦ blue 35

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

Shades of Fire Engine Red #DC1823

Tints of Fire Engine Red #DC1823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 78.85%
G = 8.6%
B = 12.54%

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

#DC1823 (or 0xDC1823) is known color: Fire Engine Red. HEX triplet: DC, 18 and 23. RGB value is (220,24,35). Sum of RGB (Red+Green+Blue) = 220+24+35=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1823 is #23E7DC. Grayscale: #545454. Windows color (decimal): -2353117 or 2300124. OLE color: 2300124.

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

Color convert

RGB 220 24 35 -
CMYK 0 0.89 0.84 0.14
HSL 356.63º 0.8% 0.48% -
HSV(B) 356.63º 0.89% 0.86% -
XYZ 30.15 15.99 3.09 -
YUV 83.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 220 24 35 0 0.89 0.84 0.14 356.63 0.8 0.48
Hex DC 18 23 0 59 54 E 165 50 30
Octal 334 30 43 0 131 124 16 545 120 60
Binary 11011100 11000 100011 0 1011001 1010100 1110 101100101 1010000 110000

Color Harmonies of #DC1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1823

Black with #DC1823

Text Example


Text Example

White with #DC1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1823; }

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

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

background-color css

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

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

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

border-color css

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

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

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