Html Css Color HEX #D60728 Fire Engine Red

📋 copy color: '#D60728'

red 214 ◦ green 7 ◦ blue 40

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

Shades of Fire Engine Red #D60728

Tints of Fire Engine Red #D60728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

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

R = 81.99%
G = 2.68%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D60728 (or 0xD60728) is known color: Fire Engine Red. HEX triplet: D6, 07 and 28. RGB value is (214,7,40). Sum of RGB (Red+Green+Blue) = 214+7+40=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D60728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60728 is #29F8D7. Grayscale: #484848. Windows color (decimal): -2750680 or 2623446. OLE color: 2623446.

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

Color convert

RGB 214 7 40 -
CMYK 0 0.97 0.81 0.16
HSL 350.43º 0.94% 0.43% -
HSV(B) 350.43º 0.97% 0.84% -
XYZ 28.19 14.6 3.34 -
YUV 72.66 109.58 228.82 -
System Red Green Blue C M Y K H S L
Decimal 214 7 40 0 0.97 0.81 0.16 350.43 0.94 0.43
Hex D6 7 28 0 61 51 10 15E 5E 2B
Octal 326 7 50 0 141 121 20 536 136 53
Binary 11010110 111 101000 0 1100001 1010001 10000 101011110 1011110 101011

Color Harmonies of #D60728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60728

Black with #D60728

Text Example


Text Example

White with #D60728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60728; }

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

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

background-color css

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

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

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

border-color css

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

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

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