Html Css Color HEX #DC121F Fire Engine Red

📋 copy color: '#DC121F'

red 220 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #DC121F

Tints of Fire Engine Red #DC121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 81.78%
G = 6.69%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC121F (or 0xDC121F) is known color: Fire Engine Red. HEX triplet: DC, 12 and 1F. RGB value is (220,18,31). Sum of RGB (Red+Green+Blue) = 220+18+31=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC121F is #23EDE0. Grayscale: #505050. Windows color (decimal): -2354657 or 2036444. OLE color: 2036444.

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

Color convert

RGB 220 18 31 -
CMYK 0 0.92 0.86 0.14
HSL 356.14º 0.85% 0.47% -
HSV(B) 356.14º 0.92% 0.86% -
XYZ 29.98 15.75 2.76 -
YUV 79.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 220 18 31 0 0.92 0.86 0.14 356.14 0.85 0.47
Hex DC 12 1F 0 5C 56 E 164 55 2F
Octal 334 22 37 0 134 126 16 544 125 57
Binary 11011100 10010 11111 0 1011100 1010110 1110 101100100 1010101 101111

Color Harmonies of #DC121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC121F

Black with #DC121F

Text Example


Text Example

White with #DC121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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