Html Css Color HEX #D0313F Brick Red

📋 copy color: '#D0313F'

red 208 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #D0313F

Tints of Brick Red #D0313F

RGB

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

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

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

R = 65%
G = 15.31%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0313F (or 0xD0313F) is known color: Brick Red. HEX triplet: D0, 31 and 3F. RGB value is (208,49,63). Sum of RGB (Red+Green+Blue) = 208+49+63=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0313F is #2FCEC0. Grayscale: #626262. Windows color (decimal): -3133121 or 4141520. OLE color: 4141520.

HSL color Cylindrical-coordinate representation of color #D0313F: hue angle of 354.72º 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 #D0313F is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 63 -
CMYK 0 0.76 0.70 0.18
HSL 354.72º 0.63% 0.5% -
HSV(B) 354.72º 0.76% 0.82% -
XYZ 28.01 15.97 6.31 -
YUV 98.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 208 49 63 0 0.76 0.70 0.18 354.72 0.63 0.5
Hex D0 31 3F 0 4C 46 12 163 3F 32
Octal 320 61 77 0 114 106 22 543 77 62
Binary 11010000 110001 111111 0 1001100 1000110 10010 101100011 111111 110010

Color Harmonies of #D0313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0313F

Black with #D0313F

Text Example


Text Example

White with #D0313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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