Html Css Color HEX #D4131F Fire Engine Red

📋 copy color: '#D4131F'

red 212 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #D4131F

Tints of Fire Engine Red #D4131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

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

R = 80.92%
G = 7.25%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4131F (or 0xD4131F) is known color: Fire Engine Red. HEX triplet: D4, 13 and 1F. RGB value is (212,19,31). Sum of RGB (Red+Green+Blue) = 212+19+31=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D4131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4131F is #2BECE0. Grayscale: #4E4E4E. Windows color (decimal): -2878689 or 2036692. OLE color: 2036692.

HSL color Cylindrical-coordinate representation of color #D4131F: hue angle of 356.27º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4131F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 19 31 -
CMYK 0 0.91 0.85 0.17
HSL 356.27º 0.84% 0.45% -
HSV(B) 356.27º 0.91% 0.83% -
XYZ 27.63 14.56 2.65 -
YUV 78.08 101.44 223.52 -
System Red Green Blue C M Y K H S L
Decimal 212 19 31 0 0.91 0.85 0.17 356.27 0.84 0.45
Hex D4 13 1F 0 5B 55 11 164 54 2D
Octal 324 23 37 0 133 125 21 544 124 55
Binary 11010100 10011 11111 0 1011011 1010101 10001 101100100 1010100 101101

Color Harmonies of #D4131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4131F

Black with #D4131F

Text Example


Text Example

White with #D4131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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