Html Css Color HEX #DC1329 Fire Engine Red

📋 copy color: '#DC1329'

red 220 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #DC1329

Tints of Fire Engine Red #DC1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

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

R = 78.57%
G = 6.79%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC1329 (or 0xDC1329) is known color: Fire Engine Red. HEX triplet: DC, 13 and 29. RGB value is (220,19,41). Sum of RGB (Red+Green+Blue) = 220+19+41=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1329 is #23ECD6. Grayscale: #515151. Windows color (decimal): -2354391 or 2692060. OLE color: 2692060.

HSL color Cylindrical-coordinate representation of color #DC1329: hue angle of 353.43º degrees, saturation: 0.84, 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 #DC1329 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 41 -
CMYK 0 0.91 0.81 0.14
HSL 353.43º 0.84% 0.47% -
HSV(B) 353.43º 0.91% 0.86% -
XYZ 30.15 15.84 3.57 -
YUV 81.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 220 19 41 0 0.91 0.81 0.14 353.43 0.84 0.47
Hex DC 13 29 0 5B 51 E 161 54 2F
Octal 334 23 51 0 133 121 16 541 124 57
Binary 11011100 10011 101001 0 1011011 1010001 1110 101100001 1010100 101111

Color Harmonies of #DC1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1329

Black with #DC1329

Text Example


Text Example

White with #DC1329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1329; }

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

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

background-color css

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

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

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

border-color css

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

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

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