Html Css Color HEX #D6131D Fire Engine Red

📋 copy color: '#D6131D'

red 214 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #D6131D

Tints of Fire Engine Red #D6131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 81.68%
G = 7.25%
B = 11.07%

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

#D6131D (or 0xD6131D) is known color: Fire Engine Red. HEX triplet: D6, 13 and 1D. RGB value is (214,19,29). Sum of RGB (Red+Green+Blue) = 214+19+29=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D6131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6131D is #29ECE2. Grayscale: #4E4E4E. Windows color (decimal): -2747619 or 1905622. OLE color: 1905622.

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

Color convert

RGB 214 19 29 -
CMYK 0 0.91 0.86 0.16
HSL 356.92º 0.84% 0.46% -
HSV(B) 356.92º 0.91% 0.84% -
XYZ 28.19 14.85 2.54 -
YUV 78.45 100.1 224.69 -
System Red Green Blue C M Y K H S L
Decimal 214 19 29 0 0.91 0.86 0.16 356.92 0.84 0.46
Hex D6 13 1D 0 5B 56 10 165 54 2E
Octal 326 23 35 0 133 126 20 545 124 56
Binary 11010110 10011 11101 0 1011011 1010110 10000 101100101 1010100 101110

Color Harmonies of #D6131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6131D

Black with #D6131D

Text Example


Text Example

White with #D6131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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