Html Css Color HEX #D5121F Fire Engine Red

📋 copy color: '#D5121F'

red 213 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #D5121F

Tints of Fire Engine Red #D5121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 81.3%
G = 6.87%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5121F (or 0xD5121F) is known color: Fire Engine Red. HEX triplet: D5, 12 and 1F. RGB value is (213,18,31). Sum of RGB (Red+Green+Blue) = 213+18+31=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5121F is #2AEDE0. Grayscale: #4D4D4D. Windows color (decimal): -2813409 or 2036437. OLE color: 2036437.

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

Color convert

RGB 213 18 31 -
CMYK 0 0.92 0.85 0.16
HSL 356º 0.84% 0.45% -
HSV(B) 356º 0.92% 0.84% -
XYZ 27.9 14.68 2.66 -
YUV 77.79 101.6 224.44 -
System Red Green Blue C M Y K H S L
Decimal 213 18 31 0 0.92 0.85 0.16 356 0.84 0.45
Hex D5 12 1F 0 5C 55 10 164 54 2D
Octal 325 22 37 0 134 125 20 544 124 55
Binary 11010101 10010 11111 0 1011100 1010101 10000 101100100 1010100 101101

Color Harmonies of #D5121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5121F

Black with #D5121F

Text Example


Text Example

White with #D5121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5121F; }

 p { color: rgb(213,18,31); }

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

background-color css

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

 a { background-color: rgb(213,18,31); }

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

border-color css

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

 span { border-color: rgb(213,18,31); }

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