Html Css Color HEX #D61E27 Fire Engine Red

📋 copy color: '#D61E27'

red 214 ◦ green 30 ◦ blue 39

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

Shades of Fire Engine Red #D61E27

Tints of Fire Engine Red #D61E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

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

R = 75.62%
G = 10.6%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61E27 (or 0xD61E27) is known color: Fire Engine Red. HEX triplet: D6, 1E and 27. RGB value is (214,30,39). Sum of RGB (Red+Green+Blue) = 214+30+39=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E27 is #29E1D8. Grayscale: #565656. Windows color (decimal): -2744793 or 2563798. OLE color: 2563798.

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

Color convert

RGB 214 30 39 -
CMYK 0 0.86 0.82 0.16
HSL 357.07º 0.75% 0.48% -
HSV(B) 357.07º 0.86% 0.84% -
XYZ 28.56 15.37 3.38 -
YUV 86.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 214 30 39 0 0.86 0.82 0.16 357.07 0.75 0.48
Hex D6 1E 27 0 56 52 10 165 4B 30
Octal 326 36 47 0 126 122 20 545 113 60
Binary 11010110 11110 100111 0 1010110 1010010 10000 101100101 1001011 110000

Color Harmonies of #D61E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E27

Black with #D61E27

Text Example


Text Example

White with #D61E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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