Html Css Color HEX #D5313F Brick Red

📋 copy color: '#D5313F'

red 213 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #D5313F

Tints of Brick Red #D5313F

RGB

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

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

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

R = 65.54%
G = 15.08%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5313F (or 0xD5313F) is known color: Brick Red. HEX triplet: D5, 31 and 3F. RGB value is (213,49,63). Sum of RGB (Red+Green+Blue) = 213+49+63=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5313F is #2ACEC0. Grayscale: #636363. Windows color (decimal): -2805441 or 4141525. OLE color: 4141525.

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

Color convert

RGB 213 49 63 -
CMYK 0 0.77 0.70 0.16
HSL 354.88º 0.66% 0.51% -
HSV(B) 354.88º 0.77% 0.84% -
XYZ 29.44 16.7 6.37 -
YUV 99.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 213 49 63 0 0.77 0.70 0.16 354.88 0.66 0.51
Hex D5 31 3F 0 4D 46 10 163 42 33
Octal 325 61 77 0 115 106 20 543 102 63
Binary 11010101 110001 111111 0 1001101 1000110 10000 101100011 1000010 110011

Color Harmonies of #D5313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5313F

Black with #D5313F

Text Example


Text Example

White with #D5313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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