Html Css Color HEX #DC1927 Fire Engine Red

📋 copy color: '#DC1927'

red 220 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #DC1927

Tints of Fire Engine Red #DC1927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 77.46%
G = 8.8%
B = 13.73%

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

#DC1927 (or 0xDC1927) is known color: Fire Engine Red. HEX triplet: DC, 19 and 27. RGB value is (220,25,39). Sum of RGB (Red+Green+Blue) = 220+25+39=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1927 is #23E6D8. Grayscale: #555555. Windows color (decimal): -2352857 or 2562524. OLE color: 2562524.

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

Color convert

RGB 220 25 39 -
CMYK 0 0.89 0.82 0.14
HSL 355.69º 0.8% 0.48% -
HSV(B) 355.69º 0.89% 0.86% -
XYZ 30.23 16.06 3.43 -
YUV 84.9 102.1 224.36 -
System Red Green Blue C M Y K H S L
Decimal 220 25 39 0 0.89 0.82 0.14 355.69 0.8 0.48
Hex DC 19 27 0 59 52 E 164 50 30
Octal 334 31 47 0 131 122 16 544 120 60
Binary 11011100 11001 100111 0 1011001 1010010 1110 101100100 1010000 110000

Color Harmonies of #DC1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1927

Black with #DC1927

Text Example


Text Example

White with #DC1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1927; }

 p { color: rgb(220,25,39); }

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

background-color css

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

 a { background-color: rgb(220,25,39); }

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

border-color css

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

 span { border-color: rgb(220,25,39); }

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