Html Css Color HEX #DC1A21 Fire Engine Red

📋 copy color: '#DC1A21'

red 220 ◦ green 26 ◦ blue 33

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

Shades of Fire Engine Red #DC1A21

Tints of Fire Engine Red #DC1A21

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.32%

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

R = 78.85%
G = 9.32%
B = 11.83%

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

#DC1A21 (or 0xDC1A21) is known color: Fire Engine Red. HEX triplet: DC, 1A and 21. RGB value is (220,26,33). Sum of RGB (Red+Green+Blue) = 220+26+33=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A21 is #23E5DE. Grayscale: #545454. Windows color (decimal): -2352607 or 2169564. OLE color: 2169564.

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

Color convert

RGB 220 26 33 -
CMYK 0 0.88 0.85 0.14
HSL 357.84º 0.79% 0.48% -
HSV(B) 357.84º 0.88% 0.86% -
XYZ 30.16 16.06 2.95 -
YUV 84.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 220 26 33 0 0.88 0.85 0.14 357.84 0.79 0.48
Hex DC 1A 21 0 58 55 E 166 4F 30
Octal 334 32 41 0 130 125 16 546 117 60
Binary 11011100 11010 100001 0 1011000 1010101 1110 101100110 1001111 110000

Color Harmonies of #DC1A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A21

Black with #DC1A21

Text Example


Text Example

White with #DC1A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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