Html Css Color HEX #DC081E Fire Engine Red

📋 copy color: '#DC081E'

red 220 ◦ green 8 ◦ blue 30

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

Shades of Fire Engine Red #DC081E

Tints of Fire Engine Red #DC081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

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

R = 85.27%
G = 3.1%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC081E (or 0xDC081E) is known color: Fire Engine Red. HEX triplet: DC, 08 and 1E. RGB value is (220,8,30). Sum of RGB (Red+Green+Blue) = 220+8+30=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC081E is #23F7E1. Grayscale: #4A4A4A. Windows color (decimal): -2357218 or 1968348. OLE color: 1968348.

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

Color convert

RGB 220 8 30 -
CMYK 0 0.96 0.86 0.14
HSL 353.77º 0.93% 0.45% -
HSV(B) 353.77º 0.96% 0.86% -
XYZ 29.84 15.48 2.64 -
YUV 73.9 103.24 232.21 -
System Red Green Blue C M Y K H S L
Decimal 220 8 30 0 0.96 0.86 0.14 353.77 0.93 0.45
Hex DC 8 1E 0 60 56 E 162 5D 2D
Octal 334 10 36 0 140 126 16 542 135 55
Binary 11011100 1000 11110 0 1100000 1010110 1110 101100010 1011101 101101

Color Harmonies of #DC081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC081E

Black with #DC081E

Text Example


Text Example

White with #DC081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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