Html Css Color HEX #DC0D1F Fire Engine Red

📋 copy color: '#DC0D1F'

red 220 ◦ green 13 ◦ blue 31

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

Shades of Fire Engine Red #DC0D1F

Tints of Fire Engine Red #DC0D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

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

R = 83.33%
G = 4.92%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC0D1F (or 0xDC0D1F) is known color: Fire Engine Red. HEX triplet: DC, 0D and 1F. RGB value is (220,13,31). Sum of RGB (Red+Green+Blue) = 220+13+31=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D1F is #23F2E0. Grayscale: #4D4D4D. Windows color (decimal): -2355937 or 2035164. OLE color: 2035164.

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

Color convert

RGB 220 13 31 -
CMYK 0 0.94 0.86 0.14
HSL 354.78º 0.89% 0.46% -
HSV(B) 354.78º 0.94% 0.86% -
XYZ 29.91 15.6 2.73 -
YUV 76.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 220 13 31 0 0.94 0.86 0.14 354.78 0.89 0.46
Hex DC D 1F 0 5E 56 E 163 59 2E
Octal 334 15 37 0 136 126 16 543 131 56
Binary 11011100 1101 11111 0 1011110 1010110 1110 101100011 1011001 101110

Color Harmonies of #DC0D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D1F

Black with #DC0D1F

Text Example


Text Example

White with #DC0D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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