Html Css Color HEX #DC0E1C Fire Engine Red

📋 copy color: '#DC0E1C'

red 220 ◦ green 14 ◦ blue 28

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

Shades of Fire Engine Red #DC0E1C

Tints of Fire Engine Red #DC0E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.34%

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 83.97%
G = 5.34%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC0E1C (or 0xDC0E1C) is known color: Fire Engine Red. HEX triplet: DC, 0E and 1C. RGB value is (220,14,28). Sum of RGB (Red+Green+Blue) = 220+14+28=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0E1C is #23F1E3. Grayscale: #4D4D4D. Windows color (decimal): -2355684 or 1838812. OLE color: 1838812.

HSL color Cylindrical-coordinate representation of color #DC0E1C: hue angle of 355.92º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E1C is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 14 28 -
CMYK 0 0.94 0.87 0.14
HSL 355.92º 0.88% 0.46% -
HSV(B) 355.92º 0.94% 0.86% -
XYZ 29.88 15.61 2.54 -
YUV 77.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 220 14 28 0 0.94 0.87 0.14 355.92 0.88 0.46
Hex DC E 1C 0 5E 57 E 164 58 2E
Octal 334 16 34 0 136 127 16 544 130 56
Binary 11011100 1110 11100 0 1011110 1010111 1110 101100100 1011000 101110

Color Harmonies of #DC0E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0E1C

Black with #DC0E1C

Text Example


Text Example

White with #DC0E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0E1C; }

 p { color: rgb(220,14,28); }

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

background-color css

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

 a { background-color: rgb(220,14,28); }

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

border-color css

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

 span { border-color: rgb(220,14,28); }

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