Html Css Color HEX #D5181E Fire Engine Red

📋 copy color: '#D5181E'

red 213 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #D5181E

Tints of Fire Engine Red #D5181E

RGB

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

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

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

R = 79.78%
G = 8.99%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5181E (or 0xD5181E) is known color: Fire Engine Red. HEX triplet: D5, 18 and 1E. RGB value is (213,24,30). Sum of RGB (Red+Green+Blue) = 213+24+30=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D5181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5181E is #2AE7E1. Grayscale: #515151. Windows color (decimal): -2811874 or 1972437. OLE color: 1972437.

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

Color convert

RGB 213 24 30 -
CMYK 0 0.89 0.86 0.16
HSL 358.1º 0.8% 0.46% -
HSV(B) 358.1º 0.89% 0.84% -
XYZ 28 14.89 2.63 -
YUV 81.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 213 24 30 0 0.89 0.86 0.16 358.1 0.8 0.46
Hex D5 18 1E 0 59 56 10 166 50 2E
Octal 325 30 36 0 131 126 20 546 120 56
Binary 11010101 11000 11110 0 1011001 1010110 10000 101100110 1010000 101110

Color Harmonies of #D5181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5181E

Black with #D5181E

Text Example


Text Example

White with #D5181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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