Html Css Color HEX #D3161E Fire Engine Red

📋 copy color: '#D3161E'

red 211 ◦ green 22 ◦ blue 30

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

Shades of Fire Engine Red #D3161E

Tints of Fire Engine Red #D3161E

RGB

 RED value IS 211 (82.81% from 255) = 80.23%

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

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 80.23%
G = 8.37%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3161E (or 0xD3161E) is known color: Fire Engine Red. HEX triplet: D3, 16 and 1E. RGB value is (211,22,30). Sum of RGB (Red+Green+Blue) = 211+22+30=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D3161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3161E is #2CE9E1. Grayscale: #4F4F4F. Windows color (decimal): -2943458 or 1971923. OLE color: 1971923.

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

Color convert

RGB 211 22 30 -
CMYK 0 0.90 0.86 0.17
HSL 357.46º 0.81% 0.46% -
HSV(B) 357.46º 0.9% 0.83% -
XYZ 27.39 14.52 2.59 -
YUV 79.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 211 22 30 0 0.90 0.86 0.17 357.46 0.81 0.46
Hex D3 16 1E 0 5A 56 11 165 51 2E
Octal 323 26 36 0 132 126 21 545 121 56
Binary 11010011 10110 11110 0 1011010 1010110 10001 101100101 1010001 101110

Color Harmonies of #D3161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3161E

Black with #D3161E

Text Example


Text Example

White with #D3161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3161E; }

 p { color: rgb(211,22,30); }

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

background-color css

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

 a { background-color: rgb(211,22,30); }

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

border-color css

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

 span { border-color: rgb(211,22,30); }

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