Html Css Color HEX #DC1A28 Fire Engine Red

📋 copy color: '#DC1A28'

red 220 ◦ green 26 ◦ blue 40

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

Shades of Fire Engine Red #DC1A28

Tints of Fire Engine Red #DC1A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

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

R = 76.92%
G = 9.09%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC1A28 (or 0xDC1A28) is known color: Fire Engine Red. HEX triplet: DC, 1A and 28. RGB value is (220,26,40). Sum of RGB (Red+Green+Blue) = 220+26+40=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A28 is #23E5D7. Grayscale: #555555. Windows color (decimal): -2352600 or 2628316. OLE color: 2628316.

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

Color convert

RGB 220 26 40 -
CMYK 0 0.88 0.82 0.14
HSL 355.67º 0.79% 0.48% -
HSV(B) 355.67º 0.88% 0.86% -
XYZ 30.27 16.11 3.52 -
YUV 85.6 102.27 223.86 -
System Red Green Blue C M Y K H S L
Decimal 220 26 40 0 0.88 0.82 0.14 355.67 0.79 0.48
Hex DC 1A 28 0 58 52 E 164 4F 30
Octal 334 32 50 0 130 122 16 544 117 60
Binary 11011100 11010 101000 0 1011000 1010010 1110 101100100 1001111 110000

Color Harmonies of #DC1A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A28

Black with #DC1A28

Text Example


Text Example

White with #DC1A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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