Html Css Color HEX #D61728 Fire Engine Red

📋 copy color: '#D61728'

red 214 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #D61728

Tints of Fire Engine Red #D61728

RGB

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

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

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

R = 77.26%
G = 8.3%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D61728 (or 0xD61728) is known color: Fire Engine Red. HEX triplet: D6, 17 and 28. RGB value is (214,23,40). Sum of RGB (Red+Green+Blue) = 214+23+40=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D61728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61728 is #29E8D7. Grayscale: #525252. Windows color (decimal): -2746584 or 2627542. OLE color: 2627542.

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

Color convert

RGB 214 23 40 -
CMYK 0 0.89 0.81 0.16
HSL 354.66º 0.81% 0.46% -
HSV(B) 354.66º 0.89% 0.84% -
XYZ 28.42 15.06 3.42 -
YUV 82.05 104.28 222.12 -
System Red Green Blue C M Y K H S L
Decimal 214 23 40 0 0.89 0.81 0.16 354.66 0.81 0.46
Hex D6 17 28 0 59 51 10 163 51 2E
Octal 326 27 50 0 131 121 20 543 121 56
Binary 11010110 10111 101000 0 1011001 1010001 10000 101100011 1010001 101110

Color Harmonies of #D61728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61728

Black with #D61728

Text Example


Text Example

White with #D61728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61728; }

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

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

background-color css

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

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

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

border-color css

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

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

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