Html Css Color HEX #D61727 Fire Engine Red

📋 copy color: '#D61727'

red 214 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #D61727

Tints of Fire Engine Red #D61727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 77.54%
G = 8.33%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61727 (or 0xD61727) is known color: Fire Engine Red. HEX triplet: D6, 17 and 27. RGB value is (214,23,39). Sum of RGB (Red+Green+Blue) = 214+23+39=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D61727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61727 is #29E8D8. Grayscale: #525252. Windows color (decimal): -2746585 or 2562006. OLE color: 2562006.

HSL color Cylindrical-coordinate representation of color #D61727: hue angle of 354.97º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61727 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 39 -
CMYK 0 0.89 0.82 0.16
HSL 354.97º 0.81% 0.46% -
HSV(B) 354.97º 0.89% 0.84% -
XYZ 28.4 15.06 3.33 -
YUV 81.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 214 23 39 0 0.89 0.82 0.16 354.97 0.81 0.46
Hex D6 17 27 0 59 52 10 163 51 2E
Octal 326 27 47 0 131 122 20 543 121 56
Binary 11010110 10111 100111 0 1011001 1010010 10000 101100011 1010001 101110

Color Harmonies of #D61727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61727

Black with #D61727

Text Example


Text Example

White with #D61727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61727; }

 p { color: rgb(214,23,39); }

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

background-color css

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

 a { background-color: rgb(214,23,39); }

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

border-color css

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

 span { border-color: rgb(214,23,39); }

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