Html Css Color HEX #D3313F Brick Red

📋 copy color: '#D3313F'

red 211 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #D3313F

Tints of Brick Red #D3313F

RGB

 RED value IS 211 (82.81% from 255) = 65.33%

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

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

R = 65.33%
G = 15.17%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3313F (or 0xD3313F) is known color: Brick Red. HEX triplet: D3, 31 and 3F. RGB value is (211,49,63). Sum of RGB (Red+Green+Blue) = 211+49+63=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3313F is #2CCEC0. Grayscale: #636363. Windows color (decimal): -2936513 or 4141523. OLE color: 4141523.

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

Color convert

RGB 211 49 63 -
CMYK 0 0.77 0.70 0.17
HSL 354.81º 0.65% 0.51% -
HSV(B) 354.81º 0.77% 0.83% -
XYZ 28.86 16.4 6.35 -
YUV 99.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 211 49 63 0 0.77 0.70 0.17 354.81 0.65 0.51
Hex D3 31 3F 0 4D 46 11 163 41 33
Octal 323 61 77 0 115 106 21 543 101 63
Binary 11010011 110001 111111 0 1001101 1000110 10001 101100011 1000001 110011

Color Harmonies of #D3313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3313F

Black with #D3313F

Text Example


Text Example

White with #D3313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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