Html Css Color HEX #D6101A Fire Engine Red

📋 copy color: '#D6101A'

red 214 ◦ green 16 ◦ blue 26

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

Shades of Fire Engine Red #D6101A

Tints of Fire Engine Red #D6101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

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

R = 83.59%
G = 6.25%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6101A (or 0xD6101A) is known color: Fire Engine Red. HEX triplet: D6, 10 and 1A. RGB value is (214,16,26). Sum of RGB (Red+Green+Blue) = 214+16+26=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D6101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6101A is #29EFE5. Grayscale: #4C4C4C. Windows color (decimal): -2748390 or 1708246. OLE color: 1708246.

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

Color convert

RGB 214 16 26 -
CMYK 0 0.93 0.88 0.16
HSL 356.97º 0.86% 0.45% -
HSV(B) 356.97º 0.93% 0.84% -
XYZ 28.1 14.74 2.34 -
YUV 76.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 214 16 26 0 0.93 0.88 0.16 356.97 0.86 0.45
Hex D6 10 1A 0 5D 58 10 165 56 2D
Octal 326 20 32 0 135 130 20 545 126 55
Binary 11010110 10000 11010 0 1011101 1011000 10000 101100101 1010110 101101

Color Harmonies of #D6101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6101A

Black with #D6101A

Text Example


Text Example

White with #D6101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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