Html Css Color HEX #DC071F Fire Engine Red

📋 copy color: '#DC071F'

red 220 ◦ green 7 ◦ blue 31

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

Shades of Fire Engine Red #DC071F

Tints of Fire Engine Red #DC071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 85.27%
G = 2.71%
B = 12.02%

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

#DC071F (or 0xDC071F) is known color: Fire Engine Red. HEX triplet: DC, 07 and 1F. RGB value is (220,7,31). Sum of RGB (Red+Green+Blue) = 220+7+31=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC071F is #23F8E0. Grayscale: #494949. Windows color (decimal): -2357473 or 2033628. OLE color: 2033628.

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

Color convert

RGB 220 7 31 -
CMYK 0 0.97 0.86 0.14
HSL 353.24º 0.94% 0.45% -
HSV(B) 353.24º 0.97% 0.86% -
XYZ 29.84 15.47 2.71 -
YUV 73.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 220 7 31 0 0.97 0.86 0.14 353.24 0.94 0.45
Hex DC 7 1F 0 61 56 E 161 5E 2D
Octal 334 7 37 0 141 126 16 541 136 55
Binary 11011100 111 11111 0 1100001 1010110 1110 101100001 1011110 101101

Color Harmonies of #DC071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC071F

Black with #DC071F

Text Example


Text Example

White with #DC071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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