Html Css Color HEX #D3131B Fire Engine Red

📋 copy color: '#D3131B'

red 211 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #D3131B

Tints of Fire Engine Red #D3131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

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

R = 82.1%
G = 7.39%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3131B (or 0xD3131B) is known color: Fire Engine Red. HEX triplet: D3, 13 and 1B. RGB value is (211,19,27). Sum of RGB (Red+Green+Blue) = 211+19+27=257 (34% of max value = 765). Red value is 211 (82.81% from 255 or 82.10% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 211 - color contains mainly: red. Hex color #D3131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3131B is #2CECE4. Grayscale: #4D4D4D. Windows color (decimal): -2944229 or 1774547. OLE color: 1774547.

HSL color Cylindrical-coordinate representation of color #D3131B: hue angle of 357.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3131B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 19 27 -
CMYK 0 0.91 0.87 0.17
HSL 357.5º 0.83% 0.45% -
HSV(B) 357.5º 0.91% 0.83% -
XYZ 27.29 14.39 2.38 -
YUV 77.32 99.61 223.35 -
System Red Green Blue C M Y K H S L
Decimal 211 19 27 0 0.91 0.87 0.17 357.5 0.83 0.45
Hex D3 13 1B 0 5B 57 11 166 53 2D
Octal 323 23 33 0 133 127 21 546 123 55
Binary 11010011 10011 11011 0 1011011 1010111 10001 101100110 1010011 101101

Color Harmonies of #D3131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3131B

Black with #D3131B

Text Example


Text Example

White with #D3131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3131B; }

 p { color: rgb(211,19,27); }

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

background-color css

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

 a { background-color: rgb(211,19,27); }

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

border-color css

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

 span { border-color: rgb(211,19,27); }

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