Html Css Color HEX #D4182B Fire Engine Red

📋 copy color: '#D4182B'

red 212 ◦ green 24 ◦ blue 43

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

Shades of Fire Engine Red #D4182B

Tints of Fire Engine Red #D4182B

RGB

 RED value IS 212 (83.2% from 255) = 75.99%

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 75.99%
G = 8.6%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4182B (or 0xD4182B) is known color: Fire Engine Red. HEX triplet: D4, 18 and 2B. RGB value is (212,24,43). Sum of RGB (Red+Green+Blue) = 212+24+43=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D4182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4182B is #2BE7D4. Grayscale: #525252. Windows color (decimal): -2877397 or 2824404. OLE color: 2824404.

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

Color convert

RGB 212 24 43 -
CMYK 0 0.89 0.80 0.17
HSL 353.94º 0.8% 0.46% -
HSV(B) 353.94º 0.89% 0.83% -
XYZ 27.91 14.82 3.68 -
YUV 82.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 212 24 43 0 0.89 0.80 0.17 353.94 0.8 0.46
Hex D4 18 2B 0 59 50 11 162 50 2E
Octal 324 30 53 0 131 120 21 542 120 56
Binary 11010100 11000 101011 0 1011001 1010000 10001 101100010 1010000 101110

Color Harmonies of #D4182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4182B

Black with #D4182B

Text Example


Text Example

White with #D4182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4182B; }

 p { color: rgb(212,24,43); }

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

background-color css

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

 a { background-color: rgb(212,24,43); }

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

border-color css

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

 span { border-color: rgb(212,24,43); }

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