Html Css Color HEX #DC192A Fire Engine Red

📋 copy color: '#DC192A'

red 220 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #DC192A

Tints of Fire Engine Red #DC192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

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

R = 76.66%
G = 8.71%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC192A (or 0xDC192A) is known color: Fire Engine Red. HEX triplet: DC, 19 and 2A. RGB value is (220,25,42). Sum of RGB (Red+Green+Blue) = 220+25+42=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC192A is #23E6D5. Grayscale: #555555. Windows color (decimal): -2352854 or 2759132. OLE color: 2759132.

HSL color Cylindrical-coordinate representation of color #DC192A: hue angle of 354.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC192A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 42 -
CMYK 0 0.89 0.81 0.14
HSL 354.77º 0.8% 0.48% -
HSV(B) 354.77º 0.89% 0.86% -
XYZ 30.28 16.08 3.7 -
YUV 85.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 220 25 42 0 0.89 0.81 0.14 354.77 0.8 0.48
Hex DC 19 2A 0 59 51 E 163 50 30
Octal 334 31 52 0 131 121 16 543 120 60
Binary 11011100 11001 101010 0 1011001 1010001 1110 101100011 1010000 110000

Color Harmonies of #DC192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC192A

Black with #DC192A

Text Example


Text Example

White with #DC192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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