Html Css Color HEX #DC121A Fire Engine Red

📋 copy color: '#DC121A'

red 220 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #DC121A

Tints of Fire Engine Red #DC121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 83.33%
G = 6.82%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC121A (or 0xDC121A) is known color: Fire Engine Red. HEX triplet: DC, 12 and 1A. RGB value is (220,18,26). Sum of RGB (Red+Green+Blue) = 220+18+26=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC121A is #23EDE5. Grayscale: #4F4F4F. Windows color (decimal): -2354662 or 1708764. OLE color: 1708764.

HSL color Cylindrical-coordinate representation of color #DC121A: hue angle of 357.62º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC121A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 26 -
CMYK 0 0.92 0.88 0.14
HSL 357.62º 0.85% 0.47% -
HSV(B) 357.62º 0.92% 0.86% -
XYZ 29.92 15.72 2.44 -
YUV 79.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 220 18 26 0 0.92 0.88 0.14 357.62 0.85 0.47
Hex DC 12 1A 0 5C 58 E 166 55 2F
Octal 334 22 32 0 134 130 16 546 125 57
Binary 11011100 10010 11010 0 1011100 1011000 1110 101100110 1010101 101111

Color Harmonies of #DC121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC121A

Black with #DC121A

Text Example


Text Example

White with #DC121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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