Html Css Color HEX #D71F25 Fire Engine Red

📋 copy color: '#D71F25'

red 215 ◦ green 31 ◦ blue 37

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

Shades of Fire Engine Red #D71F25

Tints of Fire Engine Red #D71F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.95%

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 75.97%
G = 10.95%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D71F25 (or 0xD71F25) is known color: Fire Engine Red. HEX triplet: D7, 1F and 25. RGB value is (215,31,37). Sum of RGB (Red+Green+Blue) = 215+31+37=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71F25 is #28E0DA. Grayscale: #565656. Windows color (decimal): -2679003 or 2432983. OLE color: 2432983.

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

Color convert

RGB 215 31 37 -
CMYK 0 0.86 0.83 0.16
HSL 358.04º 0.75% 0.48% -
HSV(B) 358.04º 0.86% 0.84% -
XYZ 28.85 15.56 3.23 -
YUV 86.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 215 31 37 0 0.86 0.83 0.16 358.04 0.75 0.48
Hex D7 1F 25 0 56 53 10 166 4B 30
Octal 327 37 45 0 126 123 20 546 113 60
Binary 11010111 11111 100101 0 1010110 1010011 10000 101100110 1001011 110000

Color Harmonies of #D71F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F25

Black with #D71F25

Text Example


Text Example

White with #D71F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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