Html Css Color HEX #D11F4C Brick Red

📋 copy color: '#D11F4C'

red 209 ◦ green 31 ◦ blue 76

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

Shades of Brick Red #D11F4C

Tints of Brick Red #D11F4C

RGB

 RED value IS 209 (82.03% from 255) = 66.14%

 GREEN value IS 31 (12.5% from 255) = 9.81%

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 66.14%
G = 9.81%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D11F4C (or 0xD11F4C) is known color: Brick Red. HEX triplet: D1, 1F and 4C. RGB value is (209,31,76). Sum of RGB (Red+Green+Blue) = 209+31+76=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F4C is #2EE0B3. Grayscale: #595959. Windows color (decimal): -3072180 or 4988881. OLE color: 4988881.

HSL color Cylindrical-coordinate representation of color #D11F4C: hue angle of 344.83º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F4C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 31 76 -
CMYK 0 0.85 0.64 0.18
HSL 344.83º 0.74% 0.47% -
HSV(B) 344.83º 0.85% 0.82% -
XYZ 28.09 15.06 8.26 -
YUV 89.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 209 31 76 0 0.85 0.64 0.18 344.83 0.74 0.47
Hex D1 1F 4C 0 55 40 12 159 4A 2F
Octal 321 37 114 0 125 100 22 531 112 57
Binary 11010001 11111 1001100 0 1010101 1000000 10010 101011001 1001010 101111

Color Harmonies of #D11F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F4C

Black with #D11F4C

Text Example


Text Example

White with #D11F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F4C; }

 p { color: rgb(209,31,76); }

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

background-color css

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

 a { background-color: rgb(209,31,76); }

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

border-color css

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

 span { border-color: rgb(209,31,76); }

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