Html Css Color HEX #DC182A Fire Engine Red

📋 copy color: '#DC182A'

red 220 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #DC182A

Tints of Fire Engine Red #DC182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 76.92%
G = 8.39%
B = 14.69%

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

#DC182A (or 0xDC182A) is known color: Fire Engine Red. HEX triplet: DC, 18 and 2A. RGB value is (220,24,42). Sum of RGB (Red+Green+Blue) = 220+24+42=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC182A is #23E7D5. Grayscale: #545454. Windows color (decimal): -2353110 or 2758876. OLE color: 2758876.

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

Color convert

RGB 220 24 42 -
CMYK 0 0.89 0.81 0.14
HSL 354.49º 0.8% 0.48% -
HSV(B) 354.49º 0.89% 0.86% -
XYZ 30.26 16.04 3.69 -
YUV 84.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 220 24 42 0 0.89 0.81 0.14 354.49 0.8 0.48
Hex DC 18 2A 0 59 51 E 162 50 30
Octal 334 30 52 0 131 121 16 542 120 60
Binary 11011100 11000 101010 0 1011001 1010001 1110 101100010 1010000 110000

Color Harmonies of #DC182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC182A

Black with #DC182A

Text Example


Text Example

White with #DC182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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