Html Css Color HEX #DC1821 Fire Engine Red

📋 copy color: '#DC1821'

red 220 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #DC1821

Tints of Fire Engine Red #DC1821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 79.42%
G = 8.66%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1821 (or 0xDC1821) is known color: Fire Engine Red. HEX triplet: DC, 18 and 21. RGB value is (220,24,33). Sum of RGB (Red+Green+Blue) = 220+24+33=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1821 is #23E7DE. Grayscale: #535353. Windows color (decimal): -2353119 or 2169052. OLE color: 2169052.

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

Color convert

RGB 220 24 33 -
CMYK 0 0.89 0.85 0.14
HSL 357.24º 0.8% 0.48% -
HSV(B) 357.24º 0.89% 0.86% -
XYZ 30.12 15.98 2.94 -
YUV 83.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 220 24 33 0 0.89 0.85 0.14 357.24 0.8 0.48
Hex DC 18 21 0 59 55 E 165 50 30
Octal 334 30 41 0 131 125 16 545 120 60
Binary 11011100 11000 100001 0 1011001 1010101 1110 101100101 1010000 110000

Color Harmonies of #DC1821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1821

Black with #DC1821

Text Example


Text Example

White with #DC1821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1821; }

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

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

background-color css

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

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

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

border-color css

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

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

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