Html Css Color HEX #DC081F Fire Engine Red

📋 copy color: '#DC081F'

red 220 ◦ green 8 ◦ blue 31

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

Shades of Fire Engine Red #DC081F

Tints of Fire Engine Red #DC081F

RGB

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

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

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

R = 84.94%
G = 3.09%
B = 11.97%

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

#DC081F (or 0xDC081F) is known color: Fire Engine Red. HEX triplet: DC, 08 and 1F. RGB value is (220,8,31). Sum of RGB (Red+Green+Blue) = 220+8+31=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC081F is #23F7E0. Grayscale: #4A4A4A. Windows color (decimal): -2357217 or 2033884. OLE color: 2033884.

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

Color convert

RGB 220 8 31 -
CMYK 0 0.96 0.86 0.14
HSL 353.49º 0.93% 0.45% -
HSV(B) 353.49º 0.96% 0.86% -
XYZ 29.85 15.49 2.71 -
YUV 74.01 103.74 232.13 -
System Red Green Blue C M Y K H S L
Decimal 220 8 31 0 0.96 0.86 0.14 353.49 0.93 0.45
Hex DC 8 1F 0 60 56 E 161 5D 2D
Octal 334 10 37 0 140 126 16 541 135 55
Binary 11011100 1000 11111 0 1100000 1010110 1110 101100001 1011101 101101

Color Harmonies of #DC081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC081F

Black with #DC081F

Text Example


Text Example

White with #DC081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC081F; }

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

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

background-color css

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

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

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

border-color css

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

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

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