Html Css Color HEX #D61124 Fire Engine Red

📋 copy color: '#D61124'

red 214 ◦ green 17 ◦ blue 36

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

Shades of Fire Engine Red #D61124

Tints of Fire Engine Red #D61124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 80.15%
G = 6.37%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61124 (or 0xD61124) is known color: Fire Engine Red. HEX triplet: D6, 11 and 24. RGB value is (214,17,36). Sum of RGB (Red+Green+Blue) = 214+17+36=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D61124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61124 is #29EEDB. Grayscale: #4E4E4E. Windows color (decimal): -2748124 or 2363862. OLE color: 2363862.

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

Color convert

RGB 214 17 36 -
CMYK 0 0.92 0.83 0.16
HSL 354.21º 0.85% 0.45% -
HSV(B) 354.21º 0.92% 0.84% -
XYZ 28.25 14.82 3.04 -
YUV 78.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 214 17 36 0 0.92 0.83 0.16 354.21 0.85 0.45
Hex D6 11 24 0 5C 53 10 162 55 2D
Octal 326 21 44 0 134 123 20 542 125 55
Binary 11010110 10001 100100 0 1011100 1010011 10000 101100010 1010101 101101

Color Harmonies of #D61124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61124

Black with #D61124

Text Example


Text Example

White with #D61124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61124; }

 p { color: rgb(214,17,36); }

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

background-color css

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

 a { background-color: rgb(214,17,36); }

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

border-color css

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

 span { border-color: rgb(214,17,36); }

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