Html Css Color HEX #D60729 Fire Engine Red

📋 copy color: '#D60729'

red 214 ◦ green 7 ◦ blue 41

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

Shades of Fire Engine Red #D60729

Tints of Fire Engine Red #D60729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.65%

R = 81.68%
G = 2.67%
B = 15.65%

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

#D60729 (or 0xD60729) is known color: Fire Engine Red. HEX triplet: D6, 07 and 29. RGB value is (214,7,41). Sum of RGB (Red+Green+Blue) = 214+7+41=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D60729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60729 is #29F8D6. Grayscale: #484848. Windows color (decimal): -2750679 or 2688982. OLE color: 2688982.

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

Color convert

RGB 214 7 41 -
CMYK 0 0.97 0.81 0.16
HSL 350.14º 0.94% 0.43% -
HSV(B) 350.14º 0.97% 0.84% -
XYZ 28.21 14.61 3.43 -
YUV 72.77 110.08 228.74 -
System Red Green Blue C M Y K H S L
Decimal 214 7 41 0 0.97 0.81 0.16 350.14 0.94 0.43
Hex D6 7 29 0 61 51 10 15E 5E 2B
Octal 326 7 51 0 141 121 20 536 136 53
Binary 11010110 111 101001 0 1100001 1010001 10000 101011110 1011110 101011

Color Harmonies of #D60729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60729

Black with #D60729

Text Example


Text Example

White with #D60729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60729; }

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

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

background-color css

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

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

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

border-color css

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

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

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