Html Css Color HEX #D50F21 Fire Engine Red

📋 copy color: '#D50F21'

red 213 ◦ green 15 ◦ blue 33

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

Shades of Fire Engine Red #D50F21

Tints of Fire Engine Red #D50F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.75%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 81.61%
G = 5.75%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D50F21 (or 0xD50F21) is known color: Fire Engine Red. HEX triplet: D5, 0F and 21. RGB value is (213,15,33). Sum of RGB (Red+Green+Blue) = 213+15+33=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50F21 is #2AF0DE. Grayscale: #4C4C4C. Windows color (decimal): -2814175 or 2166741. OLE color: 2166741.

HSL color Cylindrical-coordinate representation of color #D50F21: hue angle of 354.55º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F21 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 15 33 -
CMYK 0 0.93 0.85 0.16
HSL 354.55º 0.87% 0.45% -
HSV(B) 354.55º 0.93% 0.84% -
XYZ 27.89 14.6 2.79 -
YUV 76.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 213 15 33 0 0.93 0.85 0.16 354.55 0.87 0.45
Hex D5 F 21 0 5D 55 10 163 57 2D
Octal 325 17 41 0 135 125 20 543 127 55
Binary 11010101 1111 100001 0 1011101 1010101 10000 101100011 1010111 101101

Color Harmonies of #D50F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50F21

Black with #D50F21

Text Example


Text Example

White with #D50F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50F21; }

 p { color: rgb(213,15,33); }

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

background-color css

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

 a { background-color: rgb(213,15,33); }

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

border-color css

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

 span { border-color: rgb(213,15,33); }

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