Html Css Color HEX #DC142A Fire Engine Red

📋 copy color: '#DC142A'

red 220 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #DC142A

Tints of Fire Engine Red #DC142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 78.01%
G = 7.09%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC142A (or 0xDC142A) is known color: Fire Engine Red. HEX triplet: DC, 14 and 2A. RGB value is (220,20,42). Sum of RGB (Red+Green+Blue) = 220+20+42=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC142A is #23EBD5. Grayscale: #525252. Windows color (decimal): -2354134 or 2757852. OLE color: 2757852.

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

Color convert

RGB 220 20 42 -
CMYK 0 0.91 0.81 0.14
HSL 353.4º 0.83% 0.47% -
HSV(B) 353.4º 0.91% 0.86% -
XYZ 30.18 15.88 3.67 -
YUV 82.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 220 20 42 0 0.91 0.81 0.14 353.4 0.83 0.47
Hex DC 14 2A 0 5B 51 E 161 53 2F
Octal 334 24 52 0 133 121 16 541 123 57
Binary 11011100 10100 101010 0 1011011 1010001 1110 101100001 1010011 101111

Color Harmonies of #DC142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC142A

Black with #DC142A

Text Example


Text Example

White with #DC142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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