Html Css Color HEX #DC141D Fire Engine Red

📋 copy color: '#DC141D'

red 220 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #DC141D

Tints of Fire Engine Red #DC141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 81.78%
G = 7.43%
B = 10.78%

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

#DC141D (or 0xDC141D) is known color: Fire Engine Red. HEX triplet: DC, 14 and 1D. RGB value is (220,20,29). Sum of RGB (Red+Green+Blue) = 220+20+29=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC141D is #23EBE2. Grayscale: #505050. Windows color (decimal): -2354147 or 1905884. OLE color: 1905884.

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

Color convert

RGB 220 20 29 -
CMYK 0 0.91 0.87 0.14
HSL 357.3º 0.83% 0.47% -
HSV(B) 357.3º 0.91% 0.86% -
XYZ 29.99 15.8 2.63 -
YUV 80.83 98.76 227.27 -
System Red Green Blue C M Y K H S L
Decimal 220 20 29 0 0.91 0.87 0.14 357.3 0.83 0.47
Hex DC 14 1D 0 5B 57 E 165 53 2F
Octal 334 24 35 0 133 127 16 545 123 57
Binary 11011100 10100 11101 0 1011011 1010111 1110 101100101 1010011 101111

Color Harmonies of #DC141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC141D

Black with #DC141D

Text Example


Text Example

White with #DC141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC141D; }

 p { color: rgb(220,20,29); }

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

background-color css

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

 a { background-color: rgb(220,20,29); }

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

border-color css

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

 span { border-color: rgb(220,20,29); }

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