Html Css Color HEX #D71A2C Fire Engine Red

📋 copy color: '#D71A2C'

red 215 ◦ green 26 ◦ blue 44

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

Shades of Fire Engine Red #D71A2C

Tints of Fire Engine Red #D71A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 75.44%
G = 9.12%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D71A2C (or 0xD71A2C) is known color: Fire Engine Red. HEX triplet: D7, 1A and 2C. RGB value is (215,26,44). Sum of RGB (Red+Green+Blue) = 215+26+44=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A2C is #28E5D3. Grayscale: #545454. Windows color (decimal): -2680276 or 2890455. OLE color: 2890455.

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

Color convert

RGB 215 26 44 -
CMYK 0 0.88 0.80 0.16
HSL 354.29º 0.78% 0.47% -
HSV(B) 354.29º 0.88% 0.84% -
XYZ 28.85 15.37 3.83 -
YUV 84.56 105.12 221.04 -
System Red Green Blue C M Y K H S L
Decimal 215 26 44 0 0.88 0.80 0.16 354.29 0.78 0.47
Hex D7 1A 2C 0 58 50 10 162 4E 2F
Octal 327 32 54 0 130 120 20 542 116 57
Binary 11010111 11010 101100 0 1011000 1010000 10000 101100010 1001110 101111

Color Harmonies of #D71A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A2C

Black with #D71A2C

Text Example


Text Example

White with #D71A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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