Html Css Color HEX #D0354D Brick Red

📋 copy color: '#D0354D'

red 208 ◦ green 53 ◦ blue 77

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

Shades of Brick Red #D0354D

Tints of Brick Red #D0354D

RGB

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

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

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

R = 61.54%
G = 15.68%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0354D (or 0xD0354D) is known color: Brick Red. HEX triplet: D0, 35 and 4D. RGB value is (208,53,77). Sum of RGB (Red+Green+Blue) = 208+53+77=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0354D is #2FCAB2. Grayscale: #666666. Windows color (decimal): -3132083 or 5060048. OLE color: 5060048.

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

Color convert

RGB 208 53 77 -
CMYK 0 0.75 0.63 0.18
HSL 350.71º 0.62% 0.51% -
HSV(B) 350.71º 0.75% 0.82% -
XYZ 28.63 16.49 8.7 -
YUV 102.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 208 53 77 0 0.75 0.63 0.18 350.71 0.62 0.51
Hex D0 35 4D 0 4B 3F 12 15F 3E 33
Octal 320 65 115 0 113 77 22 537 76 63
Binary 11010000 110101 1001101 0 1001011 111111 10010 101011111 111110 110011

Color Harmonies of #D0354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0354D

Black with #D0354D

Text Example


Text Example

White with #D0354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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