Html Css Color HEX #DC101F Fire Engine Red

📋 copy color: '#DC101F'

red 220 ◦ green 16 ◦ blue 31

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

Shades of Fire Engine Red #DC101F

Tints of Fire Engine Red #DC101F

RGB

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

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

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

R = 82.4%
G = 5.99%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC101F (or 0xDC101F) is known color: Fire Engine Red. HEX triplet: DC, 10 and 1F. RGB value is (220,16,31). Sum of RGB (Red+Green+Blue) = 220+16+31=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC101F is #23EFE0. Grayscale: #4E4E4E. Windows color (decimal): -2355169 or 2035932. OLE color: 2035932.

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

Color convert

RGB 220 16 31 -
CMYK 0 0.93 0.86 0.14
HSL 355.59º 0.86% 0.46% -
HSV(B) 355.59º 0.93% 0.86% -
XYZ 29.95 15.69 2.75 -
YUV 78.71 101.09 228.78 -
System Red Green Blue C M Y K H S L
Decimal 220 16 31 0 0.93 0.86 0.14 355.59 0.86 0.46
Hex DC 10 1F 0 5D 56 E 164 56 2E
Octal 334 20 37 0 135 126 16 544 126 56
Binary 11011100 10000 11111 0 1011101 1010110 1110 101100100 1010110 101110

Color Harmonies of #DC101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC101F

Black with #DC101F

Text Example


Text Example

White with #DC101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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