Html Css Color HEX #D61325 Fire Engine Red

📋 copy color: '#D61325'

red 214 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #D61325

Tints of Fire Engine Red #D61325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

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

R = 79.26%
G = 7.04%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61325 (or 0xD61325) is known color: Fire Engine Red. HEX triplet: D6, 13 and 25. RGB value is (214,19,37). Sum of RGB (Red+Green+Blue) = 214+19+37=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D61325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61325 is #29ECDA. Grayscale: #4F4F4F. Windows color (decimal): -2747611 or 2429910. OLE color: 2429910.

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

Color convert

RGB 214 19 37 -
CMYK 0 0.91 0.83 0.16
HSL 354.46º 0.84% 0.46% -
HSV(B) 354.46º 0.91% 0.84% -
XYZ 28.3 14.9 3.13 -
YUV 79.36 104.1 224.04 -
System Red Green Blue C M Y K H S L
Decimal 214 19 37 0 0.91 0.83 0.16 354.46 0.84 0.46
Hex D6 13 25 0 5B 53 10 162 54 2E
Octal 326 23 45 0 133 123 20 542 124 56
Binary 11010110 10011 100101 0 1011011 1010011 10000 101100010 1010100 101110

Color Harmonies of #D61325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61325

Black with #D61325

Text Example


Text Example

White with #D61325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61325; }

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

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

background-color css

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

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

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

border-color css

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

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

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