Html Css Color HEX #D6131A Fire Engine Red

📋 copy color: '#D6131A'

red 214 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #D6131A

Tints of Fire Engine Red #D6131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 82.63%
G = 7.34%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6131A (or 0xD6131A) is known color: Fire Engine Red. HEX triplet: D6, 13 and 1A. RGB value is (214,19,26). Sum of RGB (Red+Green+Blue) = 214+19+26=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D6131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6131A is #29ECE5. Grayscale: #4E4E4E. Windows color (decimal): -2747622 or 1709014. OLE color: 1709014.

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

Color convert

RGB 214 19 26 -
CMYK 0 0.91 0.88 0.16
HSL 357.85º 0.84% 0.46% -
HSV(B) 357.85º 0.91% 0.84% -
XYZ 28.15 14.84 2.36 -
YUV 78.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 214 19 26 0 0.91 0.88 0.16 357.85 0.84 0.46
Hex D6 13 1A 0 5B 58 10 166 54 2E
Octal 326 23 32 0 133 130 20 546 124 56
Binary 11010110 10011 11010 0 1011011 1011000 10000 101100110 1010100 101110

Color Harmonies of #D6131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6131A

Black with #D6131A

Text Example


Text Example

White with #D6131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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