Html Css Color HEX #D31D25 Fire Engine Red

📋 copy color: '#D31D25'

red 211 ◦ green 29 ◦ blue 37

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

Shades of Fire Engine Red #D31D25

Tints of Fire Engine Red #D31D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.47%

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

R = 76.17%
G = 10.47%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D31D25 (or 0xD31D25) is known color: Fire Engine Red. HEX triplet: D3, 1D and 25. RGB value is (211,29,37). Sum of RGB (Red+Green+Blue) = 211+29+37=277 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.17% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31D25 is #2CE2DA. Grayscale: #545454. Windows color (decimal): -2941659 or 2432467. OLE color: 2432467.

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

Color convert

RGB 211 29 37 -
CMYK 0 0.86 0.82 0.17
HSL 357.36º 0.76% 0.47% -
HSV(B) 357.36º 0.86% 0.83% -
XYZ 27.64 14.86 3.16 -
YUV 84.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 211 29 37 0 0.86 0.82 0.17 357.36 0.76 0.47
Hex D3 1D 25 0 56 52 11 165 4C 2F
Octal 323 35 45 0 126 122 21 545 114 57
Binary 11010011 11101 100101 0 1010110 1010010 10001 101100101 1001100 101111

Color Harmonies of #D31D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D25

Black with #D31D25

Text Example


Text Example

White with #D31D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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