Html Css Color HEX #D50B1C Fire Engine Red

📋 copy color: '#D50B1C'

red 213 ◦ green 11 ◦ blue 28

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

Shades of Fire Engine Red #D50B1C

Tints of Fire Engine Red #D50B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 84.52%
G = 4.37%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D50B1C (or 0xD50B1C) is known color: Fire Engine Red. HEX triplet: D5, 0B and 1C. RGB value is (213,11,28). Sum of RGB (Red+Green+Blue) = 213+11+28=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50B1C is #2AF4E3. Grayscale: #494949. Windows color (decimal): -2815204 or 1838037. OLE color: 1838037.

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

Color convert

RGB 213 11 28 -
CMYK 0 0.95 0.87 0.16
HSL 354.95º 0.9% 0.44% -
HSV(B) 354.95º 0.95% 0.84% -
XYZ 27.77 14.47 2.43 -
YUV 73.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 213 11 28 0 0.95 0.87 0.16 354.95 0.9 0.44
Hex D5 B 1C 0 5F 57 10 163 5A 2C
Octal 325 13 34 0 137 127 20 543 132 54
Binary 11010101 1011 11100 0 1011111 1010111 10000 101100011 1011010 101100

Color Harmonies of #D50B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B1C

Black with #D50B1C

Text Example


Text Example

White with #D50B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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