Html Css Color HEX #D61925 Fire Engine Red

📋 copy color: '#D61925'

red 214 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #D61925

Tints of Fire Engine Red #D61925

RGB

 RED value IS 214 (83.98% from 255) = 77.54%

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 77.54%
G = 9.06%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61925 (or 0xD61925) is known color: Fire Engine Red. HEX triplet: D6, 19 and 25. RGB value is (214,25,37). Sum of RGB (Red+Green+Blue) = 214+25+37=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D61925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61925 is #29E6DA. Grayscale: #535353. Windows color (decimal): -2746075 or 2431446. OLE color: 2431446.

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

Color convert

RGB 214 25 37 -
CMYK 0 0.88 0.83 0.16
HSL 356.19º 0.79% 0.47% -
HSV(B) 356.19º 0.88% 0.84% -
XYZ 28.41 15.12 3.17 -
YUV 82.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 214 25 37 0 0.88 0.83 0.16 356.19 0.79 0.47
Hex D6 19 25 0 58 53 10 164 4F 2F
Octal 326 31 45 0 130 123 20 544 117 57
Binary 11010110 11001 100101 0 1011000 1010011 10000 101100100 1001111 101111

Color Harmonies of #D61925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61925

Black with #D61925

Text Example


Text Example

White with #D61925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61925; }

 p { color: rgb(214,25,37); }

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

background-color css

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

 a { background-color: rgb(214,25,37); }

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

border-color css

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

 span { border-color: rgb(214,25,37); }

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