Html Css Color HEX #DC071E Fire Engine Red

📋 copy color: '#DC071E'

red 220 ◦ green 7 ◦ blue 30

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

Shades of Fire Engine Red #DC071E

Tints of Fire Engine Red #DC071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 85.6%
G = 2.72%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC071E (or 0xDC071E) is known color: Fire Engine Red. HEX triplet: DC, 07 and 1E. RGB value is (220,7,30). Sum of RGB (Red+Green+Blue) = 220+7+30=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC071E is #23F8E1. Grayscale: #494949. Windows color (decimal): -2357474 or 1968092. OLE color: 1968092.

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

Color convert

RGB 220 7 30 -
CMYK 0 0.97 0.86 0.14
HSL 353.52º 0.94% 0.45% -
HSV(B) 353.52º 0.97% 0.86% -
XYZ 29.83 15.46 2.64 -
YUV 73.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 220 7 30 0 0.97 0.86 0.14 353.52 0.94 0.45
Hex DC 7 1E 0 61 56 E 162 5E 2D
Octal 334 7 36 0 141 126 16 542 136 55
Binary 11011100 111 11110 0 1100001 1010110 1110 101100010 1011110 101101

Color Harmonies of #DC071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC071E

Black with #DC071E

Text Example


Text Example

White with #DC071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC071E; }

 p { color: rgb(220,7,30); }

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

background-color css

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

 a { background-color: rgb(220,7,30); }

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

border-color css

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

 span { border-color: rgb(220,7,30); }

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