Html Css Color HEX #D4131C Fire Engine Red

📋 copy color: '#D4131C'

red 212 ◦ green 19 ◦ blue 28

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

Shades of Fire Engine Red #D4131C

Tints of Fire Engine Red #D4131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 81.85%
G = 7.34%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4131C (or 0xD4131C) is known color: Fire Engine Red. HEX triplet: D4, 13 and 1C. RGB value is (212,19,28). Sum of RGB (Red+Green+Blue) = 212+19+28=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D4131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4131C is #2BECE3. Grayscale: #4D4D4D. Windows color (decimal): -2878692 or 1840084. OLE color: 1840084.

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

Color convert

RGB 212 19 28 -
CMYK 0 0.91 0.87 0.17
HSL 357.2º 0.84% 0.45% -
HSV(B) 357.2º 0.91% 0.83% -
XYZ 27.59 14.55 2.45 -
YUV 77.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 212 19 28 0 0.91 0.87 0.17 357.2 0.84 0.45
Hex D4 13 1C 0 5B 57 11 165 54 2D
Octal 324 23 34 0 133 127 21 545 124 55
Binary 11010100 10011 11100 0 1011011 1010111 10001 101100101 1010100 101101

Color Harmonies of #D4131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4131C

Black with #D4131C

Text Example


Text Example

White with #D4131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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