Html Css Color HEX #D0354E Brick Red

📋 copy color: '#D0354E'

red 208 ◦ green 53 ◦ blue 78

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

Shades of Brick Red #D0354E

Tints of Brick Red #D0354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 61.36%
G = 15.63%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0354E (or 0xD0354E) is known color: Brick Red. HEX triplet: D0, 35 and 4E. RGB value is (208,53,78). Sum of RGB (Red+Green+Blue) = 208+53+78=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0354E is #2FCAB1. Grayscale: #666666. Windows color (decimal): -3132082 or 5125584. OLE color: 5125584.

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

Color convert

RGB 208 53 78 -
CMYK 0 0.75 0.62 0.18
HSL 350.32º 0.62% 0.51% -
HSV(B) 350.32º 0.75% 0.82% -
XYZ 28.66 16.51 8.88 -
YUV 102.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 208 53 78 0 0.75 0.62 0.18 350.32 0.62 0.51
Hex D0 35 4E 0 4B 3E 12 15E 3E 33
Octal 320 65 116 0 113 76 22 536 76 63
Binary 11010000 110101 1001110 0 1001011 111110 10010 101011110 111110 110011

Color Harmonies of #D0354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0354E

Black with #D0354E

Text Example


Text Example

White with #D0354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0354E; }

 p { color: rgb(208,53,78); }

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

background-color css

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

 a { background-color: rgb(208,53,78); }

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

border-color css

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

 span { border-color: rgb(208,53,78); }

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