Html Css Color HEX #DC1529 Fire Engine Red

📋 copy color: '#DC1529'

red 220 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #DC1529

Tints of Fire Engine Red #DC1529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

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

R = 78.01%
G = 7.45%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC1529 (or 0xDC1529) is known color: Fire Engine Red. HEX triplet: DC, 15 and 29. RGB value is (220,21,41). Sum of RGB (Red+Green+Blue) = 220+21+41=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1529 is #23EAD6. Grayscale: #525252. Windows color (decimal): -2353879 or 2692572. OLE color: 2692572.

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

Color convert

RGB 220 21 41 -
CMYK 0 0.90 0.81 0.14
HSL 353.97º 0.83% 0.47% -
HSV(B) 353.97º 0.9% 0.86% -
XYZ 30.18 15.91 3.58 -
YUV 82.78 104.43 225.87 -
System Red Green Blue C M Y K H S L
Decimal 220 21 41 0 0.90 0.81 0.14 353.97 0.83 0.47
Hex DC 15 29 0 5A 51 E 162 53 2F
Octal 334 25 51 0 132 121 16 542 123 57
Binary 11011100 10101 101001 0 1011010 1010001 1110 101100010 1010011 101111

Color Harmonies of #DC1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1529

Black with #DC1529

Text Example


Text Example

White with #DC1529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1529; }

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

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

background-color css

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

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

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

border-color css

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

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

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