Html Css Color HEX #D50726 Fire Engine Red

📋 copy color: '#D50726'

red 213 ◦ green 7 ◦ blue 38

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

Shades of Fire Engine Red #D50726

Tints of Fire Engine Red #D50726

RGB

 RED value IS 213 (83.59% from 255) = 82.56%

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

 BLUE value IS 38 (15.23% from 255) = 14.73%

R = 82.56%
G = 2.71%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D50726 (or 0xD50726) is known color: Fire Engine Red. HEX triplet: D5, 07 and 26. RGB value is (213,7,38). Sum of RGB (Red+Green+Blue) = 213+7+38=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D50726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50726 is #2AF8D9. Grayscale: #484848. Windows color (decimal): -2816218 or 2492373. OLE color: 2492373.

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

Color convert

RGB 213 7 38 -
CMYK 0 0.97 0.82 0.16
HSL 350.97º 0.94% 0.43% -
HSV(B) 350.97º 0.97% 0.84% -
XYZ 27.87 14.44 3.15 -
YUV 72.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 213 7 38 0 0.97 0.82 0.16 350.97 0.94 0.43
Hex D5 7 26 0 61 52 10 15F 5E 2B
Octal 325 7 46 0 141 122 20 537 136 53
Binary 11010101 111 100110 0 1100001 1010010 10000 101011111 1011110 101011

Color Harmonies of #D50726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50726

Black with #D50726

Text Example


Text Example

White with #D50726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50726; }

 p { color: rgb(213,7,38); }

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

background-color css

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

 a { background-color: rgb(213,7,38); }

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

border-color css

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

 span { border-color: rgb(213,7,38); }

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