Html Css Color HEX #D3161C Fire Engine Red

📋 copy color: '#D3161C'

red 211 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #D3161C

Tints of Fire Engine Red #D3161C

RGB

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

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

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

R = 80.84%
G = 8.43%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3161C (or 0xD3161C) is known color: Fire Engine Red. HEX triplet: D3, 16 and 1C. RGB value is (211,22,28). Sum of RGB (Red+Green+Blue) = 211+22+28=261 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.84% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 211 - color contains mainly: red. Hex color #D3161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3161C is #2CE9E3. Grayscale: #4F4F4F. Windows color (decimal): -2943460 or 1840851. OLE color: 1840851.

HSL color Cylindrical-coordinate representation of color #D3161C: hue angle of 358.1º 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 #D3161C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 22 28 -
CMYK 0 0.90 0.87 0.17
HSL 358.1º 0.81% 0.46% -
HSV(B) 358.1º 0.9% 0.83% -
XYZ 27.36 14.51 2.46 -
YUV 79.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 211 22 28 0 0.90 0.87 0.17 358.1 0.81 0.46
Hex D3 16 1C 0 5A 57 11 166 51 2E
Octal 323 26 34 0 132 127 21 546 121 56
Binary 11010011 10110 11100 0 1011010 1010111 10001 101100110 1010001 101110

Color Harmonies of #D3161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3161C

Black with #D3161C

Text Example


Text Example

White with #D3161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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