Html Css Color HEX #D6131F Fire Engine Red

📋 copy color: '#D6131F'

red 214 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #D6131F

Tints of Fire Engine Red #D6131F

RGB

 RED value IS 214 (83.98% from 255) = 81.06%

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

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

R = 81.06%
G = 7.2%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6131F (or 0xD6131F) is known color: Fire Engine Red. HEX triplet: D6, 13 and 1F. RGB value is (214,19,31). Sum of RGB (Red+Green+Blue) = 214+19+31=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D6131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6131F is #29ECE0. Grayscale: #4E4E4E. Windows color (decimal): -2747617 or 2036694. OLE color: 2036694.

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

Color convert

RGB 214 19 31 -
CMYK 0 0.91 0.86 0.16
HSL 356.31º 0.84% 0.46% -
HSV(B) 356.31º 0.91% 0.84% -
XYZ 28.21 14.86 2.68 -
YUV 78.67 101.1 224.52 -
System Red Green Blue C M Y K H S L
Decimal 214 19 31 0 0.91 0.86 0.16 356.31 0.84 0.46
Hex D6 13 1F 0 5B 56 10 164 54 2E
Octal 326 23 37 0 133 126 20 544 124 56
Binary 11010110 10011 11111 0 1011011 1010110 10000 101100100 1010100 101110

Color Harmonies of #D6131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6131F

Black with #D6131F

Text Example


Text Example

White with #D6131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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