Html Css Color HEX #D71A2B Fire Engine Red

📋 copy color: '#D71A2B'

red 215 ◦ green 26 ◦ blue 43

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

Shades of Fire Engine Red #D71A2B

Tints of Fire Engine Red #D71A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.15%

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 75.7%
G = 9.15%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D71A2B (or 0xD71A2B) is known color: Fire Engine Red. HEX triplet: D7, 1A and 2B. RGB value is (215,26,43). Sum of RGB (Red+Green+Blue) = 215+26+43=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A2B is #28E5D4. Grayscale: #545454. Windows color (decimal): -2680277 or 2824919. OLE color: 2824919.

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

Color convert

RGB 215 26 43 -
CMYK 0 0.88 0.8 0.16
HSL 354.6º 0.78% 0.47% -
HSV(B) 354.6º 0.88% 0.84% -
XYZ 28.83 15.36 3.73 -
YUV 84.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 215 26 43 0 0.88 0.8 0.16 354.6 0.78 0.47
Hex D7 1A 2B 0 58 50 10 163 4E 2F
Octal 327 32 53 0 130 120 20 543 116 57
Binary 11010111 11010 101011 0 1011000 1010000 10000 101100011 1001110 101111

Color Harmonies of #D71A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A2B

Black with #D71A2B

Text Example


Text Example

White with #D71A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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