Html Css Color HEX #D61527 Fire Engine Red

📋 copy color: '#D61527'

red 214 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #D61527

Tints of Fire Engine Red #D61527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 78.1%
G = 7.66%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61527 (or 0xD61527) is known color: Fire Engine Red. HEX triplet: D6, 15 and 27. RGB value is (214,21,39). Sum of RGB (Red+Green+Blue) = 214+21+39=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D61527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61527 is #29EAD8. Grayscale: #505050. Windows color (decimal): -2747097 or 2561494. OLE color: 2561494.

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

Color convert

RGB 214 21 39 -
CMYK 0 0.90 0.82 0.16
HSL 354.4º 0.82% 0.46% -
HSV(B) 354.4º 0.9% 0.84% -
XYZ 28.37 14.98 3.32 -
YUV 80.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 214 21 39 0 0.90 0.82 0.16 354.4 0.82 0.46
Hex D6 15 27 0 5A 52 10 162 52 2E
Octal 326 25 47 0 132 122 20 542 122 56
Binary 11010110 10101 100111 0 1011010 1010010 10000 101100010 1010010 101110

Color Harmonies of #D61527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61527

Black with #D61527

Text Example


Text Example

White with #D61527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61527; }

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

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

background-color css

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

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

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

border-color css

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

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

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