Html Css Color HEX #D50723 Fire Engine Red

📋 copy color: '#D50723'

red 213 ◦ green 7 ◦ blue 35

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

Shades of Fire Engine Red #D50723

Tints of Fire Engine Red #D50723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 83.53%
G = 2.75%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D50723 (or 0xD50723) is known color: Fire Engine Red. HEX triplet: D5, 07 and 23. RGB value is (213,7,35). Sum of RGB (Red+Green+Blue) = 213+7+35=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50723 is #2AF8DC. Grayscale: #474747. Windows color (decimal): -2816221 or 2295765. OLE color: 2295765.

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

Color convert

RGB 213 7 35 -
CMYK 0 0.97 0.84 0.16
HSL 351.84º 0.94% 0.43% -
HSV(B) 351.84º 0.97% 0.84% -
XYZ 27.82 14.42 2.91 -
YUV 71.79 107.25 228.72 -
System Red Green Blue C M Y K H S L
Decimal 213 7 35 0 0.97 0.84 0.16 351.84 0.94 0.43
Hex D5 7 23 0 61 54 10 160 5E 2B
Octal 325 7 43 0 141 124 20 540 136 53
Binary 11010101 111 100011 0 1100001 1010100 10000 101100000 1011110 101011

Color Harmonies of #D50723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50723

Black with #D50723

Text Example


Text Example

White with #D50723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50723; }

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

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

background-color css

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

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

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

border-color css

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

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

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