Html Css Color HEX #D6122B Fire Engine Red

📋 copy color: '#D6122B'

red 214 ◦ green 18 ◦ blue 43

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

Shades of Fire Engine Red #D6122B

Tints of Fire Engine Red #D6122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 77.82%
G = 6.55%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6122B (or 0xD6122B) is known color: Fire Engine Red. HEX triplet: D6, 12 and 2B. RGB value is (214,18,43). Sum of RGB (Red+Green+Blue) = 214+18+43=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6122B is #29EDD4. Grayscale: #4F4F4F. Windows color (decimal): -2747861 or 2822870. OLE color: 2822870.

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

Color convert

RGB 214 18 43 -
CMYK 0 0.92 0.80 0.16
HSL 352.35º 0.84% 0.45% -
HSV(B) 352.35º 0.92% 0.84% -
XYZ 28.38 14.9 3.67 -
YUV 79.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 214 18 43 0 0.92 0.80 0.16 352.35 0.84 0.45
Hex D6 12 2B 0 5C 50 10 160 54 2D
Octal 326 22 53 0 134 120 20 540 124 55
Binary 11010110 10010 101011 0 1011100 1010000 10000 101100000 1010100 101101

Color Harmonies of #D6122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6122B

Black with #D6122B

Text Example


Text Example

White with #D6122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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