Html Css Color HEX #D6101C Fire Engine Red

📋 copy color: '#D6101C'

red 214 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #D6101C

Tints of Fire Engine Red #D6101C

RGB

 RED value IS 214 (83.98% from 255) = 82.95%

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

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

R = 82.95%
G = 6.2%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6101C (or 0xD6101C) is known color: Fire Engine Red. HEX triplet: D6, 10 and 1C. RGB value is (214,16,28). Sum of RGB (Red+Green+Blue) = 214+16+28=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D6101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6101C is #29EFE3. Grayscale: #4C4C4C. Windows color (decimal): -2748388 or 1839318. OLE color: 1839318.

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

Color convert

RGB 214 16 28 -
CMYK 0 0.93 0.87 0.16
HSL 356.36º 0.86% 0.45% -
HSV(B) 356.36º 0.93% 0.84% -
XYZ 28.13 14.75 2.46 -
YUV 76.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 214 16 28 0 0.93 0.87 0.16 356.36 0.86 0.45
Hex D6 10 1C 0 5D 57 10 164 56 2D
Octal 326 20 34 0 135 127 20 544 126 55
Binary 11010110 10000 11100 0 1011101 1010111 10000 101100100 1010110 101101

Color Harmonies of #D6101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6101C

Black with #D6101C

Text Example


Text Example

White with #D6101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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