Html Css Color HEX #DC1829 Fire Engine Red

📋 copy color: '#DC1829'

red 220 ◦ green 24 ◦ blue 41

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

Shades of Fire Engine Red #DC1829

Tints of Fire Engine Red #DC1829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

 BLUE value IS 41 (16.41% from 255) = 14.39%

R = 77.19%
G = 8.42%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC1829 (or 0xDC1829) is known color: Fire Engine Red. HEX triplet: DC, 18 and 29. RGB value is (220,24,41). Sum of RGB (Red+Green+Blue) = 220+24+41=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1829 is #23E7D6. Grayscale: #545454. Windows color (decimal): -2353111 or 2693340. OLE color: 2693340.

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

Color convert

RGB 220 24 41 -
CMYK 0 0.89 0.81 0.14
HSL 354.8º 0.8% 0.48% -
HSV(B) 354.8º 0.89% 0.86% -
XYZ 30.24 16.03 3.6 -
YUV 84.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 220 24 41 0 0.89 0.81 0.14 354.8 0.8 0.48
Hex DC 18 29 0 59 51 E 163 50 30
Octal 334 30 51 0 131 121 16 543 120 60
Binary 11011100 11000 101001 0 1011001 1010001 1110 101100011 1010000 110000

Color Harmonies of #DC1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1829

Black with #DC1829

Text Example


Text Example

White with #DC1829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1829; }

 p { color: rgb(220,24,41); }

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

background-color css

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

 a { background-color: rgb(220,24,41); }

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

border-color css

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

 span { border-color: rgb(220,24,41); }

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