Html Css Color HEX #D50725 Fire Engine Red

📋 copy color: '#D50725'

red 213 ◦ green 7 ◦ blue 37

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

Shades of Fire Engine Red #D50725

Tints of Fire Engine Red #D50725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 82.88%
G = 2.72%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D50725 (or 0xD50725) is known color: Fire Engine Red. HEX triplet: D5, 07 and 25. RGB value is (213,7,37). Sum of RGB (Red+Green+Blue) = 213+7+37=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D50725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50725 is #2AF8DA. Grayscale: #484848. Windows color (decimal): -2816219 or 2426837. OLE color: 2426837.

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

Color convert

RGB 213 7 37 -
CMYK 0 0.97 0.83 0.16
HSL 351.26º 0.94% 0.43% -
HSV(B) 351.26º 0.97% 0.84% -
XYZ 27.85 14.43 3.07 -
YUV 72.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 213 7 37 0 0.97 0.83 0.16 351.26 0.94 0.43
Hex D5 7 25 0 61 53 10 15F 5E 2B
Octal 325 7 45 0 141 123 20 537 136 53
Binary 11010101 111 100101 0 1100001 1010011 10000 101011111 1011110 101011

Color Harmonies of #D50725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50725

Black with #D50725

Text Example


Text Example

White with #D50725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50725; }

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

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

background-color css

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

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

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

border-color css

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

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

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