Html Css Color HEX #DC1F27 Fire Engine Red

📋 copy color: '#DC1F27'

red 220 ◦ green 31 ◦ blue 39

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

Shades of Fire Engine Red #DC1F27

Tints of Fire Engine Red #DC1F27

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

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

R = 75.86%
G = 10.69%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC1F27 (or 0xDC1F27) is known color: Fire Engine Red. HEX triplet: DC, 1F and 27. RGB value is (220,31,39). Sum of RGB (Red+Green+Blue) = 220+31+39=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1F27 is #23E0D8. Grayscale: #585858. Windows color (decimal): -2351321 or 2564060. OLE color: 2564060.

HSL color Cylindrical-coordinate representation of color #DC1F27: hue angle of 357.46º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1F27 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 31 39 -
CMYK 0 0.86 0.82 0.14
HSL 357.46º 0.75% 0.49% -
HSV(B) 357.46º 0.86% 0.86% -
XYZ 30.37 16.34 3.47 -
YUV 88.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 220 31 39 0 0.86 0.82 0.14 357.46 0.75 0.49
Hex DC 1F 27 0 56 52 E 165 4B 31
Octal 334 37 47 0 126 122 16 545 113 61
Binary 11011100 11111 100111 0 1010110 1010010 1110 101100101 1001011 110001

Color Harmonies of #DC1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1F27

Black with #DC1F27

Text Example


Text Example

White with #DC1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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