Html Css Color HEX #DC1F25 Fire Engine Red

📋 copy color: '#DC1F25'

red 220 ◦ green 31 ◦ blue 37

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

Shades of Fire Engine Red #DC1F25

Tints of Fire Engine Red #DC1F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 76.39%
G = 10.76%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC1F25 (or 0xDC1F25) is known color: Fire Engine Red. HEX triplet: DC, 1F and 25. RGB value is (220,31,37). Sum of RGB (Red+Green+Blue) = 220+31+37=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1F25 is #23E0DA. Grayscale: #585858. Windows color (decimal): -2351323 or 2432988. OLE color: 2432988.

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

Color convert

RGB 220 31 37 -
CMYK 0 0.86 0.83 0.14
HSL 358.1º 0.75% 0.49% -
HSV(B) 358.1º 0.86% 0.86% -
XYZ 30.34 16.33 3.3 -
YUV 88.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 220 31 37 0 0.86 0.83 0.14 358.1 0.75 0.49
Hex DC 1F 25 0 56 53 E 166 4B 31
Octal 334 37 45 0 126 123 16 546 113 61
Binary 11011100 11111 100101 0 1010110 1010011 1110 101100110 1001011 110001

Color Harmonies of #DC1F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1F25

Black with #DC1F25

Text Example


Text Example

White with #DC1F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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