Html Css Color HEX #D5181B Fire Engine Red

📋 copy color: '#D5181B'

red 213 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #D5181B

Tints of Fire Engine Red #D5181B

RGB

 RED value IS 213 (83.59% from 255) = 80.68%

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

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

R = 80.68%
G = 9.09%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5181B (or 0xD5181B) is known color: Fire Engine Red. HEX triplet: D5, 18 and 1B. RGB value is (213,24,27). Sum of RGB (Red+Green+Blue) = 213+24+27=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D5181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5181B is #2AE7E4. Grayscale: #515151. Windows color (decimal): -2811877 or 1775829. OLE color: 1775829.

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

Color convert

RGB 213 24 27 -
CMYK 0 0.89 0.87 0.16
HSL 359.05º 0.8% 0.46% -
HSV(B) 359.05º 0.89% 0.84% -
XYZ 27.97 14.88 2.43 -
YUV 80.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 213 24 27 0 0.89 0.87 0.16 359.05 0.8 0.46
Hex D5 18 1B 0 59 57 10 167 50 2E
Octal 325 30 33 0 131 127 20 547 120 56
Binary 11010101 11000 11011 0 1011001 1010111 10000 101100111 1010000 101110

Color Harmonies of #D5181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5181B

Black with #D5181B

Text Example


Text Example

White with #D5181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5181B; }

 p { color: rgb(213,24,27); }

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

background-color css

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

 a { background-color: rgb(213,24,27); }

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

border-color css

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

 span { border-color: rgb(213,24,27); }

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