Html Css Color HEX #D71B2A Fire Engine Red

📋 copy color: '#D71B2A'

red 215 ◦ green 27 ◦ blue 42

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

Shades of Fire Engine Red #D71B2A

Tints of Fire Engine Red #D71B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 75.7%
G = 9.51%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D71B2A (or 0xD71B2A) is known color: Fire Engine Red. HEX triplet: D7, 1B and 2A. RGB value is (215,27,42). Sum of RGB (Red+Green+Blue) = 215+27+42=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B2A is #28E4D5. Grayscale: #555555. Windows color (decimal): -2680022 or 2759639. OLE color: 2759639.

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

Color convert

RGB 215 27 42 -
CMYK 0 0.87 0.80 0.16
HSL 355.21º 0.78% 0.47% -
HSV(B) 355.21º 0.87% 0.84% -
XYZ 28.83 15.4 3.64 -
YUV 84.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 215 27 42 0 0.87 0.80 0.16 355.21 0.78 0.47
Hex D7 1B 2A 0 57 50 10 163 4E 2F
Octal 327 33 52 0 127 120 20 543 116 57
Binary 11010111 11011 101010 0 1010111 1010000 10000 101100011 1001110 101111

Color Harmonies of #D71B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B2A

Black with #D71B2A

Text Example


Text Example

White with #D71B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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