Html Css Color HEX #DC1B21 Fire Engine Red

📋 copy color: '#DC1B21'

red 220 ◦ green 27 ◦ blue 33

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

Shades of Fire Engine Red #DC1B21

Tints of Fire Engine Red #DC1B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.64%

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

R = 78.57%
G = 9.64%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1B21 (or 0xDC1B21) is known color: Fire Engine Red. HEX triplet: DC, 1B and 21. RGB value is (220,27,33). Sum of RGB (Red+Green+Blue) = 220+27+33=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1B21 is #23E4DE. Grayscale: #555555. Windows color (decimal): -2352351 or 2169820. OLE color: 2169820.

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

Color convert

RGB 220 27 33 -
CMYK 0 0.88 0.85 0.14
HSL 358.13º 0.78% 0.48% -
HSV(B) 358.13º 0.88% 0.86% -
XYZ 30.18 16.11 2.96 -
YUV 85.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 220 27 33 0 0.88 0.85 0.14 358.13 0.78 0.48
Hex DC 1B 21 0 58 55 E 166 4E 30
Octal 334 33 41 0 130 125 16 546 116 60
Binary 11011100 11011 100001 0 1011000 1010101 1110 101100110 1001110 110000

Color Harmonies of #DC1B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B21

Black with #DC1B21

Text Example


Text Example

White with #DC1B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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