Html Css Color HEX #D6161B Fire Engine Red

📋 copy color: '#D6161B'

red 214 ◦ green 22 ◦ blue 27

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

Shades of Fire Engine Red #D6161B

Tints of Fire Engine Red #D6161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 81.37%
G = 8.37%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6161B (or 0xD6161B) is known color: Fire Engine Red. HEX triplet: D6, 16 and 1B. RGB value is (214,22,27). Sum of RGB (Red+Green+Blue) = 214+22+27=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D6161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6161B is #29E9E4. Grayscale: #505050. Windows color (decimal): -2746853 or 1775318. OLE color: 1775318.

HSL color Cylindrical-coordinate representation of color #D6161B: hue angle of 358.44º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6161B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 27 -
CMYK 0 0.90 0.87 0.16
HSL 358.44º 0.81% 0.46% -
HSV(B) 358.44º 0.9% 0.84% -
XYZ 28.22 14.95 2.44 -
YUV 79.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 214 22 27 0 0.90 0.87 0.16 358.44 0.81 0.46
Hex D6 16 1B 0 5A 57 10 166 51 2E
Octal 326 26 33 0 132 127 20 546 121 56
Binary 11010110 10110 11011 0 1011010 1010111 10000 101100110 1010001 101110

Color Harmonies of #D6161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6161B

Black with #D6161B

Text Example


Text Example

White with #D6161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6161B; }

 p { color: rgb(214,22,27); }

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

background-color css

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

 a { background-color: rgb(214,22,27); }

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

border-color css

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

 span { border-color: rgb(214,22,27); }

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