Html Css Color HEX #D50C2B Fire Engine Red

📋 copy color: '#D50C2B'

red 213 ◦ green 12 ◦ blue 43

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

Shades of Fire Engine Red #D50C2B

Tints of Fire Engine Red #D50C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 79.48%
G = 4.48%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D50C2B (or 0xD50C2B) is known color: Fire Engine Red. HEX triplet: D5, 0C and 2B. RGB value is (213,12,43). Sum of RGB (Red+Green+Blue) = 213+12+43=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C2B is #2AF3D4. Grayscale: #4B4B4B. Windows color (decimal): -2814933 or 2821333. OLE color: 2821333.

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

Color convert

RGB 213 12 43 -
CMYK 0 0.94 0.80 0.16
HSL 350.75º 0.89% 0.44% -
HSV(B) 350.75º 0.94% 0.84% -
XYZ 28.01 14.58 3.62 -
YUV 75.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 213 12 43 0 0.94 0.80 0.16 350.75 0.89 0.44
Hex D5 C 2B 0 5E 50 10 15F 59 2C
Octal 325 14 53 0 136 120 20 537 131 54
Binary 11010101 1100 101011 0 1011110 1010000 10000 101011111 1011001 101100

Color Harmonies of #D50C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C2B

Black with #D50C2B

Text Example


Text Example

White with #D50C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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