Html Css Color HEX #D31F25 Fire Engine Red

📋 copy color: '#D31F25'

red 211 ◦ green 31 ◦ blue 37

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

Shades of Fire Engine Red #D31F25

Tints of Fire Engine Red #D31F25

RGB

 RED value IS 211 (82.81% from 255) = 75.63%

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

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

R = 75.63%
G = 11.11%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D31F25 (or 0xD31F25) is known color: Fire Engine Red. HEX triplet: D3, 1F and 25. RGB value is (211,31,37). Sum of RGB (Red+Green+Blue) = 211+31+37=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31F25 is #2CE0DA. Grayscale: #555555. Windows color (decimal): -2941147 or 2432979. OLE color: 2432979.

HSL color Cylindrical-coordinate representation of color #D31F25: hue angle of 358º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31F25 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 31 37 -
CMYK 0 0.85 0.82 0.17
HSL 358º 0.74% 0.47% -
HSV(B) 358º 0.85% 0.83% -
XYZ 27.69 14.96 3.18 -
YUV 85.5 100.63 217.51 -
System Red Green Blue C M Y K H S L
Decimal 211 31 37 0 0.85 0.82 0.17 358 0.74 0.47
Hex D3 1F 25 0 55 52 11 166 4A 2F
Octal 323 37 45 0 125 122 21 546 112 57
Binary 11010011 11111 100101 0 1010101 1010010 10001 101100110 1001010 101111

Color Harmonies of #D31F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31F25

Black with #D31F25

Text Example


Text Example

White with #D31F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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