Html Css Color HEX #D5101B Fire Engine Red

📋 copy color: '#D5101B'

red 213 ◦ green 16 ◦ blue 27

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

Shades of Fire Engine Red #D5101B

Tints of Fire Engine Red #D5101B

RGB

 RED value IS 213 (83.59% from 255) = 83.2%

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

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

R = 83.2%
G = 6.25%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5101B (or 0xD5101B) is known color: Fire Engine Red. HEX triplet: D5, 10 and 1B. RGB value is (213,16,27). Sum of RGB (Red+Green+Blue) = 213+16+27=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D5101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5101B is #2AEFE4. Grayscale: #4C4C4C. Windows color (decimal): -2813925 or 1773781. OLE color: 1773781.

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

Color convert

RGB 213 16 27 -
CMYK 0 0.92 0.87 0.16
HSL 356.65º 0.86% 0.45% -
HSV(B) 356.65º 0.92% 0.84% -
XYZ 27.82 14.6 2.39 -
YUV 76.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 213 16 27 0 0.92 0.87 0.16 356.65 0.86 0.45
Hex D5 10 1B 0 5C 57 10 165 56 2D
Octal 325 20 33 0 134 127 20 545 126 55
Binary 11010101 10000 11011 0 1011100 1010111 10000 101100101 1010110 101101

Color Harmonies of #D5101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5101B

Black with #D5101B

Text Example


Text Example

White with #D5101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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