Html Css Color HEX #DC1D28 Fire Engine Red

📋 copy color: '#DC1D28'

red 220 ◦ green 29 ◦ blue 40

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

Shades of Fire Engine Red #DC1D28

Tints of Fire Engine Red #DC1D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 76.12%
G = 10.03%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC1D28 (or 0xDC1D28) is known color: Fire Engine Red. HEX triplet: DC, 1D and 28. RGB value is (220,29,40). Sum of RGB (Red+Green+Blue) = 220+29+40=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D28 is #23E2D7. Grayscale: #575757. Windows color (decimal): -2351832 or 2629084. OLE color: 2629084.

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

Color convert

RGB 220 29 40 -
CMYK 0 0.87 0.82 0.14
HSL 356.54º 0.77% 0.49% -
HSV(B) 356.54º 0.87% 0.86% -
XYZ 30.34 16.25 3.54 -
YUV 87.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 220 29 40 0 0.87 0.82 0.14 356.54 0.77 0.49
Hex DC 1D 28 0 57 52 E 165 4D 31
Octal 334 35 50 0 127 122 16 545 115 61
Binary 11011100 11101 101000 0 1010111 1010010 1110 101100101 1001101 110001

Color Harmonies of #DC1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1D28

Black with #DC1D28

Text Example


Text Example

White with #DC1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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