#D50C2B

Color #D50C2B Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D50C2B

Tints of Fire Engine Red #D50C2B

Color information

#D50C2B (or 0xD50C2B) is unknown color: approx 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

RGB2131243-
CMYK00.940.800.16
HSL350.75º89.33%44.12%-
HSV(B)350.75º94.37%83.53%-
XYZ28.0114.583.62-
YUV75.63109.59225.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213124300.940.800.16350.7589.3344.12
HexD5C2B05E501015f592c
Octal325145301361202053713154
Binary110101011100101011010111101010000100001010111111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>