Html Css Color HEX #D0314D Brick Red

📋 copy color: '#D0314D'

red 208 ◦ green 49 ◦ blue 77

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

Shades of Brick Red #D0314D

Tints of Brick Red #D0314D

RGB

 RED value IS 208 (81.64% from 255) = 62.28%

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

 BLUE value IS 77 (30.47% from 255) = 23.05%

R = 62.28%
G = 14.67%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0314D (or 0xD0314D) is known color: Brick Red. HEX triplet: D0, 31 and 4D. RGB value is (208,49,77). Sum of RGB (Red+Green+Blue) = 208+49+77=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0314D is #2FCEB2. Grayscale: #636363. Windows color (decimal): -3133107 or 5059024. OLE color: 5059024.

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

Color convert

RGB 208 49 77 -
CMYK 0 0.76 0.63 0.18
HSL 349.43º 0.63% 0.5% -
HSV(B) 349.43º 0.76% 0.82% -
XYZ 28.45 16.14 8.64 -
YUV 99.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 208 49 77 0 0.76 0.63 0.18 349.43 0.63 0.5
Hex D0 31 4D 0 4C 3F 12 15D 3F 32
Octal 320 61 115 0 114 77 22 535 77 62
Binary 11010000 110001 1001101 0 1001100 111111 10010 101011101 111111 110010

Color Harmonies of #D0314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0314D

Black with #D0314D

Text Example


Text Example

White with #D0314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0314D; }

 p { color: rgb(208,49,77); }

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

background-color css

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

 a { background-color: rgb(208,49,77); }

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

border-color css

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

 span { border-color: rgb(208,49,77); }

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