Html Css Color HEX #DC181D Fire Engine Red

📋 copy color: '#DC181D'

red 220 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #DC181D

Tints of Fire Engine Red #DC181D

RGB

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

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

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

R = 80.59%
G = 8.79%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC181D (or 0xDC181D) is known color: Fire Engine Red. HEX triplet: DC, 18 and 1D. RGB value is (220,24,29). Sum of RGB (Red+Green+Blue) = 220+24+29=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC181D is #23E7E2. Grayscale: #535353. Windows color (decimal): -2353123 or 1906908. OLE color: 1906908.

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

Color convert

RGB 220 24 29 -
CMYK 0 0.89 0.87 0.14
HSL 358.47º 0.8% 0.48% -
HSV(B) 358.47º 0.89% 0.86% -
XYZ 30.06 15.96 2.66 -
YUV 83.17 97.43 225.59 -
System Red Green Blue C M Y K H S L
Decimal 220 24 29 0 0.89 0.87 0.14 358.47 0.8 0.48
Hex DC 18 1D 0 59 57 E 166 50 30
Octal 334 30 35 0 131 127 16 546 120 60
Binary 11011100 11000 11101 0 1011001 1010111 1110 101100110 1010000 110000

Color Harmonies of #DC181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC181D

Black with #DC181D

Text Example


Text Example

White with #DC181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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