Html Css Color HEX #D7151A Fire Engine Red

📋 copy color: '#D7151A'

red 215 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #D7151A

Tints of Fire Engine Red #D7151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 82.06%
G = 8.02%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7151A (or 0xD7151A) is known color: Fire Engine Red. HEX triplet: D7, 15 and 1A. RGB value is (215,21,26). Sum of RGB (Red+Green+Blue) = 215+21+26=262 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.06% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 215 - color contains mainly: red. Hex color #D7151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7151A is #28EAE5. Grayscale: #4F4F4F. Windows color (decimal): -2681574 or 1709527. OLE color: 1709527.

HSL color Cylindrical-coordinate representation of color #D7151A: hue angle of 358.45º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7151A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 26 -
CMYK 0 0.90 0.88 0.16
HSL 358.45º 0.82% 0.46% -
HSV(B) 358.45º 0.9% 0.84% -
XYZ 28.48 15.06 2.38 -
YUV 79.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 215 21 26 0 0.90 0.88 0.16 358.45 0.82 0.46
Hex D7 15 1A 0 5A 58 10 166 52 2E
Octal 327 25 32 0 132 130 20 546 122 56
Binary 11010111 10101 11010 0 1011010 1011000 10000 101100110 1010010 101110

Color Harmonies of #D7151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7151A

Black with #D7151A

Text Example


Text Example

White with #D7151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7151A; }

 p { color: rgb(215,21,26); }

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

background-color css

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

 a { background-color: rgb(215,21,26); }

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

border-color css

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

 span { border-color: rgb(215,21,26); }

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