Html Css Color HEX #D50B1F Fire Engine Red

📋 copy color: '#D50B1F'

red 213 ◦ green 11 ◦ blue 31

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

Shades of Fire Engine Red #D50B1F

Tints of Fire Engine Red #D50B1F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.31%

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

R = 83.53%
G = 4.31%
B = 12.16%

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

#D50B1F (or 0xD50B1F) is known color: Fire Engine Red. HEX triplet: D5, 0B and 1F. RGB value is (213,11,31). Sum of RGB (Red+Green+Blue) = 213+11+31=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50B1F is #2AF4E0. Grayscale: #494949. Windows color (decimal): -2815201 or 2034645. OLE color: 2034645.

HSL color Cylindrical-coordinate representation of color #D50B1F: hue angle of 354.06º degrees, saturation: 0.9, 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 #D50B1F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 11 31 -
CMYK 0 0.95 0.85 0.16
HSL 354.06º 0.9% 0.44% -
HSV(B) 354.06º 0.95% 0.84% -
XYZ 27.81 14.48 2.63 -
YUV 73.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 213 11 31 0 0.95 0.85 0.16 354.06 0.9 0.44
Hex D5 B 1F 0 5F 55 10 162 5A 2C
Octal 325 13 37 0 137 125 20 542 132 54
Binary 11010101 1011 11111 0 1011111 1010101 10000 101100010 1011010 101100

Color Harmonies of #D50B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B1F

Black with #D50B1F

Text Example


Text Example

White with #D50B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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