Html Css Color HEX #D61224 Fire Engine Red

📋 copy color: '#D61224'

red 214 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #D61224

Tints of Fire Engine Red #D61224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 79.85%
G = 6.72%
B = 13.43%

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

#D61224 (or 0xD61224) is known color: Fire Engine Red. HEX triplet: D6, 12 and 24. RGB value is (214,18,36). Sum of RGB (Red+Green+Blue) = 214+18+36=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D61224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61224 is #29EDDB. Grayscale: #4E4E4E. Windows color (decimal): -2747868 or 2364118. OLE color: 2364118.

HSL color Cylindrical-coordinate representation of color #D61224: hue angle of 354.49º degrees, saturation: 0.84, 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 #D61224 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 36 -
CMYK 0 0.92 0.83 0.16
HSL 354.49º 0.84% 0.45% -
HSV(B) 354.49º 0.92% 0.84% -
XYZ 28.27 14.86 3.05 -
YUV 78.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 214 18 36 0 0.92 0.83 0.16 354.49 0.84 0.45
Hex D6 12 24 0 5C 53 10 162 54 2D
Octal 326 22 44 0 134 123 20 542 124 55
Binary 11010110 10010 100100 0 1011100 1010011 10000 101100010 1010100 101101

Color Harmonies of #D61224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61224

Black with #D61224

Text Example


Text Example

White with #D61224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61224; }

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

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

background-color css

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

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

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

border-color css

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

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

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