Html Css Color HEX #D7101B Fire Engine Red

📋 copy color: '#D7101B'

red 215 ◦ green 16 ◦ blue 27

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

Shades of Fire Engine Red #D7101B

Tints of Fire Engine Red #D7101B

RGB

 RED value IS 215 (84.38% from 255) = 83.33%

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

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 83.33%
G = 6.2%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7101B (or 0xD7101B) is known color: Fire Engine Red. HEX triplet: D7, 10 and 1B. RGB value is (215,16,27). Sum of RGB (Red+Green+Blue) = 215+16+27=258 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.33% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 215 - color contains mainly: red. Hex color #D7101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7101B is #28EFE4. Grayscale: #4C4C4C. Windows color (decimal): -2682853 or 1773783. OLE color: 1773783.

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

Color convert

RGB 215 16 27 -
CMYK 0 0.93 0.87 0.16
HSL 356.68º 0.86% 0.45% -
HSV(B) 356.68º 0.93% 0.84% -
XYZ 28.41 14.9 2.42 -
YUV 76.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 215 16 27 0 0.93 0.87 0.16 356.68 0.86 0.45
Hex D7 10 1B 0 5D 57 10 165 56 2D
Octal 327 20 33 0 135 127 20 545 126 55
Binary 11010111 10000 11011 0 1011101 1010111 10000 101100101 1010110 101101

Color Harmonies of #D7101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7101B

Black with #D7101B

Text Example


Text Example

White with #D7101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7101B; }

 p { color: rgb(215,16,27); }

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

background-color css

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

 a { background-color: rgb(215,16,27); }

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

border-color css

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

 span { border-color: rgb(215,16,27); }

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