Html Css Color HEX #D4181F Fire Engine Red

📋 copy color: '#D4181F'

red 212 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #D4181F

Tints of Fire Engine Red #D4181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 79.4%
G = 8.99%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4181F (or 0xD4181F) is known color: Fire Engine Red. HEX triplet: D4, 18 and 1F. RGB value is (212,24,31). Sum of RGB (Red+Green+Blue) = 212+24+31=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D4181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4181F is #2BE7E0. Grayscale: #515151. Windows color (decimal): -2877409 or 2037972. OLE color: 2037972.

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

Color convert

RGB 212 24 31 -
CMYK 0 0.89 0.85 0.17
HSL 357.77º 0.8% 0.46% -
HSV(B) 357.77º 0.89% 0.83% -
XYZ 27.73 14.75 2.68 -
YUV 81.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 212 24 31 0 0.89 0.85 0.17 357.77 0.8 0.46
Hex D4 18 1F 0 59 55 11 166 50 2E
Octal 324 30 37 0 131 125 21 546 120 56
Binary 11010100 11000 11111 0 1011001 1010101 10001 101100110 1010000 101110

Color Harmonies of #D4181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4181F

Black with #D4181F

Text Example


Text Example

White with #D4181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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