Html Css Color HEX #D50C1B Fire Engine Red

📋 copy color: '#D50C1B'

red 213 ◦ green 12 ◦ blue 27

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

Shades of Fire Engine Red #D50C1B

Tints of Fire Engine Red #D50C1B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 84.52%
G = 4.76%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D50C1B (or 0xD50C1B) is known color: Fire Engine Red. HEX triplet: D5, 0C and 1B. RGB value is (213,12,27). Sum of RGB (Red+Green+Blue) = 213+12+27=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C1B is #2AF3E4. Grayscale: #494949. Windows color (decimal): -2814949 or 1772757. OLE color: 1772757.

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

Color convert

RGB 213 12 27 -
CMYK 0 0.94 0.87 0.16
HSL 355.52º 0.89% 0.44% -
HSV(B) 355.52º 0.94% 0.84% -
XYZ 27.77 14.49 2.37 -
YUV 73.81 101.59 227.28 -
System Red Green Blue C M Y K H S L
Decimal 213 12 27 0 0.94 0.87 0.16 355.52 0.89 0.44
Hex D5 C 1B 0 5E 57 10 164 59 2C
Octal 325 14 33 0 136 127 20 544 131 54
Binary 11010101 1100 11011 0 1011110 1010111 10000 101100100 1011001 101100

Color Harmonies of #D50C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C1B

Black with #D50C1B

Text Example


Text Example

White with #D50C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C1B; }

 p { color: rgb(213,12,27); }

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

background-color css

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

 a { background-color: rgb(213,12,27); }

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

border-color css

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

 span { border-color: rgb(213,12,27); }

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