Html Css Color HEX #DC131C Fire Engine Red

📋 copy color: '#DC131C'

red 220 ◦ green 19 ◦ blue 28

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

Shades of Fire Engine Red #DC131C

Tints of Fire Engine Red #DC131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 82.4%
G = 7.12%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC131C (or 0xDC131C) is known color: Fire Engine Red. HEX triplet: DC, 13 and 1C. RGB value is (220,19,28). Sum of RGB (Red+Green+Blue) = 220+19+28=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC131C is #23ECE3. Grayscale: #505050. Windows color (decimal): -2354404 or 1840092. OLE color: 1840092.

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

Color convert

RGB 220 19 28 -
CMYK 0 0.91 0.87 0.14
HSL 357.31º 0.84% 0.47% -
HSV(B) 357.31º 0.91% 0.86% -
XYZ 29.96 15.77 2.56 -
YUV 80.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 220 19 28 0 0.91 0.87 0.14 357.31 0.84 0.47
Hex DC 13 1C 0 5B 57 E 165 54 2F
Octal 334 23 34 0 133 127 16 545 124 57
Binary 11011100 10011 11100 0 1011011 1010111 1110 101100101 1010100 101111

Color Harmonies of #DC131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC131C

Black with #DC131C

Text Example


Text Example

White with #DC131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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