Html Css Color HEX #D5182C Fire Engine Red

📋 copy color: '#D5182C'

red 213 ◦ green 24 ◦ blue 44

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

Shades of Fire Engine Red #D5182C

Tints of Fire Engine Red #D5182C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 75.8%
G = 8.54%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5182C (or 0xD5182C) is known color: Fire Engine Red. HEX triplet: D5, 18 and 2C. RGB value is (213,24,44). Sum of RGB (Red+Green+Blue) = 213+24+44=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5182C is #2AE7D3. Grayscale: #525252. Windows color (decimal): -2811860 or 2889941. OLE color: 2889941.

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

Color convert

RGB 213 24 44 -
CMYK 0 0.89 0.79 0.16
HSL 353.65º 0.8% 0.46% -
HSV(B) 353.65º 0.89% 0.84% -
XYZ 28.22 14.98 3.79 -
YUV 82.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 213 24 44 0 0.89 0.79 0.16 353.65 0.8 0.46
Hex D5 18 2C 0 59 4F 10 162 50 2E
Octal 325 30 54 0 131 117 20 542 120 56
Binary 11010101 11000 101100 0 1011001 1001111 10000 101100010 1010000 101110

Color Harmonies of #D5182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5182C

Black with #D5182C

Text Example


Text Example

White with #D5182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5182C; }

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

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

background-color css

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

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

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

border-color css

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

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

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