Html Css Color HEX #D50A1F Fire Engine Red

📋 copy color: '#D50A1F'

red 213 ◦ green 10 ◦ blue 31

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

Shades of Fire Engine Red #D50A1F

Tints of Fire Engine Red #D50A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.94%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 83.86%
G = 3.94%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D50A1F (or 0xD50A1F) is known color: Fire Engine Red. HEX triplet: D5, 0A and 1F. RGB value is (213,10,31). Sum of RGB (Red+Green+Blue) = 213+10+31=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50A1F is #2AF5E0. Grayscale: #494949. Windows color (decimal): -2815457 or 2034389. OLE color: 2034389.

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

Color convert

RGB 213 10 31 -
CMYK 0 0.95 0.85 0.16
HSL 353.79º 0.91% 0.44% -
HSV(B) 353.79º 0.95% 0.84% -
XYZ 27.8 14.46 2.62 -
YUV 73.09 104.25 227.79 -
System Red Green Blue C M Y K H S L
Decimal 213 10 31 0 0.95 0.85 0.16 353.79 0.91 0.44
Hex D5 A 1F 0 5F 55 10 162 5B 2C
Octal 325 12 37 0 137 125 20 542 133 54
Binary 11010101 1010 11111 0 1011111 1010101 10000 101100010 1011011 101100

Color Harmonies of #D50A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A1F

Black with #D50A1F

Text Example


Text Example

White with #D50A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A1F; }

 p { color: rgb(213,10,31); }

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

background-color css

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

 a { background-color: rgb(213,10,31); }

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

border-color css

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

 span { border-color: rgb(213,10,31); }

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