Html Css Color HEX #D0354C Brick Red

📋 copy color: '#D0354C'

red 208 ◦ green 53 ◦ blue 76

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

Shades of Brick Red #D0354C

Tints of Brick Red #D0354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.55%

R = 61.72%
G = 15.73%
B = 22.55%

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

#D0354C (or 0xD0354C) is known color: Brick Red. HEX triplet: D0, 35 and 4C. RGB value is (208,53,76). Sum of RGB (Red+Green+Blue) = 208+53+76=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0354C is #2FCAB3. Grayscale: #666666. Windows color (decimal): -3132084 or 4994512. OLE color: 4994512.

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

Color convert

RGB 208 53 76 -
CMYK 0 0.75 0.63 0.18
HSL 351.1º 0.62% 0.51% -
HSV(B) 351.1º 0.75% 0.82% -
XYZ 28.59 16.48 8.51 -
YUV 101.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 208 53 76 0 0.75 0.63 0.18 351.1 0.62 0.51
Hex D0 35 4C 0 4B 3F 12 15F 3E 33
Octal 320 65 114 0 113 77 22 537 76 63
Binary 11010000 110101 1001100 0 1001011 111111 10010 101011111 111110 110011

Color Harmonies of #D0354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0354C

Black with #D0354C

Text Example


Text Example

White with #D0354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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