Html Css Color HEX #D7071F Fire Engine Red

📋 copy color: '#D7071F'

red 215 ◦ green 7 ◦ blue 31

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

Shades of Fire Engine Red #D7071F

Tints of Fire Engine Red #D7071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 84.98%
G = 2.77%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7071F (or 0xD7071F) is known color: Fire Engine Red. HEX triplet: D7, 07 and 1F. RGB value is (215,7,31). Sum of RGB (Red+Green+Blue) = 215+7+31=253 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.98% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 215 - color contains mainly: red. Hex color #D7071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7071F is #28F8E0. Grayscale: #484848. Windows color (decimal): -2685153 or 2033623. OLE color: 2033623.

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

Color convert

RGB 215 7 31 -
CMYK 0 0.97 0.86 0.16
HSL 353.08º 0.94% 0.44% -
HSV(B) 353.08º 0.97% 0.84% -
XYZ 28.35 14.7 2.64 -
YUV 71.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 215 7 31 0 0.97 0.86 0.16 353.08 0.94 0.44
Hex D7 7 1F 0 61 56 10 161 5E 2C
Octal 327 7 37 0 141 126 20 541 136 54
Binary 11010111 111 11111 0 1100001 1010110 10000 101100001 1011110 101100

Color Harmonies of #D7071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7071F

Black with #D7071F

Text Example


Text Example

White with #D7071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7071F; }

 p { color: rgb(215,7,31); }

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

background-color css

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

 a { background-color: rgb(215,7,31); }

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

border-color css

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

 span { border-color: rgb(215,7,31); }

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