Html Css Color HEX #D6122C Fire Engine Red

📋 copy color: '#D6122C'

red 214 ◦ green 18 ◦ blue 44

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

Shades of Fire Engine Red #D6122C

Tints of Fire Engine Red #D6122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 77.54%
G = 6.52%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6122C (or 0xD6122C) is known color: Fire Engine Red. HEX triplet: D6, 12 and 2C. RGB value is (214,18,44). Sum of RGB (Red+Green+Blue) = 214+18+44=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6122C is #29EDD3. Grayscale: #4F4F4F. Windows color (decimal): -2747860 or 2888406. OLE color: 2888406.

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

Color convert

RGB 214 18 44 -
CMYK 0 0.92 0.79 0.16
HSL 352.04º 0.84% 0.45% -
HSV(B) 352.04º 0.92% 0.84% -
XYZ 28.4 14.91 3.76 -
YUV 79.57 107.93 223.89 -
System Red Green Blue C M Y K H S L
Decimal 214 18 44 0 0.92 0.79 0.16 352.04 0.84 0.45
Hex D6 12 2C 0 5C 4F 10 160 54 2D
Octal 326 22 54 0 134 117 20 540 124 55
Binary 11010110 10010 101100 0 1011100 1001111 10000 101100000 1010100 101101

Color Harmonies of #D6122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6122C

Black with #D6122C

Text Example


Text Example

White with #D6122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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