Html Css Color HEX #D61128 Fire Engine Red

📋 copy color: '#D61128'

red 214 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #D61128

Tints of Fire Engine Red #D61128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 78.97%
G = 6.27%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D61128 (or 0xD61128) is known color: Fire Engine Red. HEX triplet: D6, 11 and 28. RGB value is (214,17,40). Sum of RGB (Red+Green+Blue) = 214+17+40=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61128 is #29EED7. Grayscale: #4E4E4E. Windows color (decimal): -2748120 or 2626006. OLE color: 2626006.

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

Color convert

RGB 214 17 40 -
CMYK 0 0.92 0.81 0.16
HSL 352.99º 0.85% 0.45% -
HSV(B) 352.99º 0.92% 0.84% -
XYZ 28.32 14.85 3.38 -
YUV 78.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 214 17 40 0 0.92 0.81 0.16 352.99 0.85 0.45
Hex D6 11 28 0 5C 51 10 161 55 2D
Octal 326 21 50 0 134 121 20 541 125 55
Binary 11010110 10001 101000 0 1011100 1010001 10000 101100001 1010101 101101

Color Harmonies of #D61128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61128

Black with #D61128

Text Example


Text Example

White with #D61128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61128; }

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

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

background-color css

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

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

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

border-color css

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

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

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