Html Css Color HEX #DC131A Fire Engine Red

📋 copy color: '#DC131A'

red 220 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #DC131A

Tints of Fire Engine Red #DC131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 83.02%
G = 7.17%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC131A (or 0xDC131A) is known color: Fire Engine Red. HEX triplet: DC, 13 and 1A. RGB value is (220,19,26). Sum of RGB (Red+Green+Blue) = 220+19+26=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC131A is #23ECE5. Grayscale: #505050. Windows color (decimal): -2354406 or 1709020. OLE color: 1709020.

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

Color convert

RGB 220 19 26 -
CMYK 0 0.91 0.88 0.14
HSL 357.91º 0.84% 0.47% -
HSV(B) 357.91º 0.91% 0.86% -
XYZ 29.93 15.76 2.44 -
YUV 79.9 97.59 227.93 -
System Red Green Blue C M Y K H S L
Decimal 220 19 26 0 0.91 0.88 0.14 357.91 0.84 0.47
Hex DC 13 1A 0 5B 58 E 166 54 2F
Octal 334 23 32 0 133 130 16 546 124 57
Binary 11011100 10011 11010 0 1011011 1011000 1110 101100110 1010100 101111

Color Harmonies of #DC131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC131A

Black with #DC131A

Text Example


Text Example

White with #DC131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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