Html Css Color HEX #D61122 Fire Engine Red

📋 copy color: '#D61122'

red 214 ◦ green 17 ◦ blue 34

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

Shades of Fire Engine Red #D61122

Tints of Fire Engine Red #D61122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 80.75%
G = 6.42%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D61122 (or 0xD61122) is known color: Fire Engine Red. HEX triplet: D6, 11 and 22. RGB value is (214,17,34). Sum of RGB (Red+Green+Blue) = 214+17+34=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D61122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61122 is #29EEDD. Grayscale: #4D4D4D. Windows color (decimal): -2748126 or 2232790. OLE color: 2232790.

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

Color convert

RGB 214 17 34 -
CMYK 0 0.92 0.84 0.16
HSL 354.82º 0.85% 0.45% -
HSV(B) 354.82º 0.92% 0.84% -
XYZ 28.22 14.81 2.89 -
YUV 77.84 103.27 225.12 -
System Red Green Blue C M Y K H S L
Decimal 214 17 34 0 0.92 0.84 0.16 354.82 0.85 0.45
Hex D6 11 22 0 5C 54 10 163 55 2D
Octal 326 21 42 0 134 124 20 543 125 55
Binary 11010110 10001 100010 0 1011100 1010100 10000 101100011 1010101 101101

Color Harmonies of #D61122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61122

Black with #D61122

Text Example


Text Example

White with #D61122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61122; }

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

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

background-color css

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

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

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

border-color css

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

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

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