Html Css Color HEX #DC1428 Fire Engine Red

📋 copy color: '#DC1428'

red 220 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #DC1428

Tints of Fire Engine Red #DC1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

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

R = 78.57%
G = 7.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC1428 (or 0xDC1428) is known color: Fire Engine Red. HEX triplet: DC, 14 and 28. RGB value is (220,20,40). Sum of RGB (Red+Green+Blue) = 220+20+40=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1428 is #23EBD7. Grayscale: #525252. Windows color (decimal): -2354136 or 2626780. OLE color: 2626780.

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

Color convert

RGB 220 20 40 -
CMYK 0 0.91 0.82 0.14
HSL 354º 0.83% 0.47% -
HSV(B) 354º 0.91% 0.86% -
XYZ 30.15 15.87 3.48 -
YUV 82.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 220 20 40 0 0.91 0.82 0.14 354 0.83 0.47
Hex DC 14 28 0 5B 52 E 162 53 2F
Octal 334 24 50 0 133 122 16 542 123 57
Binary 11011100 10100 101000 0 1011011 1010010 1110 101100010 1010011 101111

Color Harmonies of #DC1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1428

Black with #DC1428

Text Example


Text Example

White with #DC1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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