Html Css Color HEX #DC1F26 Fire Engine Red

📋 copy color: '#DC1F26'

red 220 ◦ green 31 ◦ blue 38

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

Shades of Fire Engine Red #DC1F26

Tints of Fire Engine Red #DC1F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 76.12%
G = 10.73%
B = 13.15%

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

#DC1F26 (or 0xDC1F26) is known color: Fire Engine Red. HEX triplet: DC, 1F and 26. RGB value is (220,31,38). Sum of RGB (Red+Green+Blue) = 220+31+38=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1F26 is #23E0D9. Grayscale: #585858. Windows color (decimal): -2351322 or 2498524. OLE color: 2498524.

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

Color convert

RGB 220 31 38 -
CMYK 0 0.86 0.83 0.14
HSL 357.78º 0.75% 0.49% -
HSV(B) 357.78º 0.86% 0.86% -
XYZ 30.36 16.34 3.39 -
YUV 88.31 99.62 221.93 -
System Red Green Blue C M Y K H S L
Decimal 220 31 38 0 0.86 0.83 0.14 357.78 0.75 0.49
Hex DC 1F 26 0 56 53 E 166 4B 31
Octal 334 37 46 0 126 123 16 546 113 61
Binary 11011100 11111 100110 0 1010110 1010011 1110 101100110 1001011 110001

Color Harmonies of #DC1F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1F26

Black with #DC1F26

Text Example


Text Example

White with #DC1F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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