Html Css Color HEX #D1313F Brick Red

📋 copy color: '#D1313F'

red 209 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #D1313F

Tints of Brick Red #D1313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 65.11%
G = 15.26%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1313F (or 0xD1313F) is known color: Brick Red. HEX triplet: D1, 31 and 3F. RGB value is (209,49,63). Sum of RGB (Red+Green+Blue) = 209+49+63=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1313F is #2ECEC0. Grayscale: #626262. Windows color (decimal): -3067585 or 4141521. OLE color: 4141521.

HSL color Cylindrical-coordinate representation of color #D1313F: hue angle of 354.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1313F is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 63 -
CMYK 0 0.77 0.70 0.18
HSL 354.75º 0.63% 0.51% -
HSV(B) 354.75º 0.77% 0.82% -
XYZ 28.29 16.11 6.32 -
YUV 98.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 209 49 63 0 0.77 0.70 0.18 354.75 0.63 0.51
Hex D1 31 3F 0 4D 46 12 163 3F 33
Octal 321 61 77 0 115 106 22 543 77 63
Binary 11010001 110001 111111 0 1001101 1000110 10010 101100011 111111 110011

Color Harmonies of #D1313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1313F

Black with #D1313F

Text Example


Text Example

White with #D1313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1313F; }

 p { color: rgb(209,49,63); }

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

background-color css

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

 a { background-color: rgb(209,49,63); }

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

border-color css

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

 span { border-color: rgb(209,49,63); }

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