Html Css Color HEX #DC1325 Fire Engine Red

📋 copy color: '#DC1325'

red 220 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #DC1325

Tints of Fire Engine Red #DC1325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.41%

R = 79.71%
G = 6.88%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC1325 (or 0xDC1325) is known color: Fire Engine Red. HEX triplet: DC, 13 and 25. RGB value is (220,19,37). Sum of RGB (Red+Green+Blue) = 220+19+37=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1325 is #23ECDA. Grayscale: #515151. Windows color (decimal): -2354395 or 2429916. OLE color: 2429916.

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

Color convert

RGB 220 19 37 -
CMYK 0 0.91 0.83 0.14
HSL 354.63º 0.84% 0.47% -
HSV(B) 354.63º 0.91% 0.86% -
XYZ 30.08 15.81 3.22 -
YUV 81.15 103.09 227.04 -
System Red Green Blue C M Y K H S L
Decimal 220 19 37 0 0.91 0.83 0.14 354.63 0.84 0.47
Hex DC 13 25 0 5B 53 E 163 54 2F
Octal 334 23 45 0 133 123 16 543 124 57
Binary 11011100 10011 100101 0 1011011 1010011 1110 101100011 1010100 101111

Color Harmonies of #DC1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1325

Black with #DC1325

Text Example


Text Example

White with #DC1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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