Html Css Color HEX #DC101C Fire Engine Red

📋 copy color: '#DC101C'

red 220 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #DC101C

Tints of Fire Engine Red #DC101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.06%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 83.33%
G = 6.06%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC101C (or 0xDC101C) is known color: Fire Engine Red. HEX triplet: DC, 10 and 1C. RGB value is (220,16,28). Sum of RGB (Red+Green+Blue) = 220+16+28=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC101C is #23EFE3. Grayscale: #4E4E4E. Windows color (decimal): -2355172 or 1839324. OLE color: 1839324.

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

Color convert

RGB 220 16 28 -
CMYK 0 0.93 0.87 0.14
HSL 356.47º 0.86% 0.46% -
HSV(B) 356.47º 0.93% 0.86% -
XYZ 29.91 15.67 2.55 -
YUV 78.36 99.59 229.02 -
System Red Green Blue C M Y K H S L
Decimal 220 16 28 0 0.93 0.87 0.14 356.47 0.86 0.46
Hex DC 10 1C 0 5D 57 E 164 56 2E
Octal 334 20 34 0 135 127 16 544 126 56
Binary 11011100 10000 11100 0 1011101 1010111 1110 101100100 1010110 101110

Color Harmonies of #DC101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC101C

Black with #DC101C

Text Example


Text Example

White with #DC101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC101C; }

 p { color: rgb(220,16,28); }

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

background-color css

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

 a { background-color: rgb(220,16,28); }

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

border-color css

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

 span { border-color: rgb(220,16,28); }

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