Html Css Color HEX #DC1326 Fire Engine Red

📋 copy color: '#DC1326'

red 220 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #DC1326

Tints of Fire Engine Red #DC1326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.72%

R = 79.42%
G = 6.86%
B = 13.72%

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

#DC1326 (or 0xDC1326) is known color: Fire Engine Red. HEX triplet: DC, 13 and 26. RGB value is (220,19,38). Sum of RGB (Red+Green+Blue) = 220+19+38=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1326 is #23ECD9. Grayscale: #515151. Windows color (decimal): -2354394 or 2495452. OLE color: 2495452.

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

Color convert

RGB 220 19 38 -
CMYK 0 0.91 0.83 0.14
HSL 354.33º 0.84% 0.47% -
HSV(B) 354.33º 0.91% 0.86% -
XYZ 30.1 15.82 3.3 -
YUV 81.27 103.59 226.96 -
System Red Green Blue C M Y K H S L
Decimal 220 19 38 0 0.91 0.83 0.14 354.33 0.84 0.47
Hex DC 13 26 0 5B 53 E 162 54 2F
Octal 334 23 46 0 133 123 16 542 124 57
Binary 11011100 10011 100110 0 1011011 1010011 1110 101100010 1010100 101111

Color Harmonies of #DC1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1326

Black with #DC1326

Text Example


Text Example

White with #DC1326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1326; }

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

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

background-color css

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

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

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

border-color css

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

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

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