Html Css Color HEX #D3181E Fire Engine Red

📋 copy color: '#D3181E'

red 211 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #D3181E

Tints of Fire Engine Red #D3181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

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

R = 79.62%
G = 9.06%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3181E (or 0xD3181E) is known color: Fire Engine Red. HEX triplet: D3, 18 and 1E. RGB value is (211,24,30). Sum of RGB (Red+Green+Blue) = 211+24+30=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D3181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3181E is #2CE7E1. Grayscale: #505050. Windows color (decimal): -2942946 or 1972435. OLE color: 1972435.

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

Color convert

RGB 211 24 30 -
CMYK 0 0.89 0.86 0.17
HSL 358.07º 0.8% 0.46% -
HSV(B) 358.07º 0.89% 0.83% -
XYZ 27.42 14.6 2.6 -
YUV 80.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 211 24 30 0 0.89 0.86 0.17 358.07 0.8 0.46
Hex D3 18 1E 0 59 56 11 166 50 2E
Octal 323 30 36 0 131 126 21 546 120 56
Binary 11010011 11000 11110 0 1011001 1010110 10001 101100110 1010000 101110

Color Harmonies of #D3181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3181E

Black with #D3181E

Text Example


Text Example

White with #D3181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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