Html Css Color HEX #D0313E Brick Red

📋 copy color: '#D0313E'

red 208 ◦ green 49 ◦ blue 62

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

Shades of Brick Red #D0313E

Tints of Brick Red #D0313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 65.2%
G = 15.36%
B = 19.44%

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

#D0313E (or 0xD0313E) is known color: Brick Red. HEX triplet: D0, 31 and 3E. RGB value is (208,49,62). Sum of RGB (Red+Green+Blue) = 208+49+62=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0313E is #2FCEC1. Grayscale: #626262. Windows color (decimal): -3133122 or 4075984. OLE color: 4075984.

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

Color convert

RGB 208 49 62 -
CMYK 0 0.76 0.70 0.18
HSL 355.09º 0.63% 0.5% -
HSV(B) 355.09º 0.76% 0.82% -
XYZ 27.98 15.95 6.16 -
YUV 98.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 208 49 62 0 0.76 0.70 0.18 355.09 0.63 0.5
Hex D0 31 3E 0 4C 46 12 163 3F 32
Octal 320 61 76 0 114 106 22 543 77 62
Binary 11010000 110001 111110 0 1001100 1000110 10010 101100011 111111 110010

Color Harmonies of #D0313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0313E

Black with #D0313E

Text Example


Text Example

White with #D0313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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