Html Css Color HEX #DC1D26 Fire Engine Red

📋 copy color: '#DC1D26'

red 220 ◦ green 29 ◦ blue 38

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

Shades of Fire Engine Red #DC1D26

Tints of Fire Engine Red #DC1D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

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

R = 76.66%
G = 10.1%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC1D26 (or 0xDC1D26) is known color: Fire Engine Red. HEX triplet: DC, 1D and 26. RGB value is (220,29,38). Sum of RGB (Red+Green+Blue) = 220+29+38=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D26 is #23E2D9. Grayscale: #575757. Windows color (decimal): -2351834 or 2498012. OLE color: 2498012.

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

Color convert

RGB 220 29 38 -
CMYK 0 0.87 0.83 0.14
HSL 357.17º 0.77% 0.49% -
HSV(B) 357.17º 0.87% 0.86% -
XYZ 30.3 16.23 3.37 -
YUV 87.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 220 29 38 0 0.87 0.83 0.14 357.17 0.77 0.49
Hex DC 1D 26 0 57 53 E 165 4D 31
Octal 334 35 46 0 127 123 16 545 115 61
Binary 11011100 11101 100110 0 1010111 1010011 1110 101100101 1001101 110001

Color Harmonies of #DC1D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1D26

Black with #DC1D26

Text Example


Text Example

White with #DC1D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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