Html Css Color HEX #DC0D1A Fire Engine Red

📋 copy color: '#DC0D1A'

red 220 ◦ green 13 ◦ blue 26

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

Shades of Fire Engine Red #DC0D1A

Tints of Fire Engine Red #DC0D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 84.94%
G = 5.02%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC0D1A (or 0xDC0D1A) is known color: Fire Engine Red. HEX triplet: DC, 0D and 1A. RGB value is (220,13,26). Sum of RGB (Red+Green+Blue) = 220+13+26=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D1A is #23F2E5. Grayscale: #4C4C4C. Windows color (decimal): -2355942 or 1707484. OLE color: 1707484.

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

Color convert

RGB 220 13 26 -
CMYK 0 0.94 0.88 0.14
HSL 356.23º 0.89% 0.46% -
HSV(B) 356.23º 0.94% 0.86% -
XYZ 29.85 15.58 2.41 -
YUV 76.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 220 13 26 0 0.94 0.88 0.14 356.23 0.89 0.46
Hex DC D 1A 0 5E 58 E 164 59 2E
Octal 334 15 32 0 136 130 16 544 131 56
Binary 11011100 1101 11010 0 1011110 1011000 1110 101100100 1011001 101110

Color Harmonies of #DC0D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D1A

Black with #DC0D1A

Text Example


Text Example

White with #DC0D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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