Html Css Color HEX #D2354C Brick Red

📋 copy color: '#D2354C'

red 210 ◦ green 53 ◦ blue 76

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

Shades of Brick Red #D2354C

Tints of Brick Red #D2354C

RGB

 RED value IS 210 (82.42% from 255) = 61.95%

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

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

R = 61.95%
G = 15.63%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2354C (or 0xD2354C) is known color: Brick Red. HEX triplet: D2, 35 and 4C. RGB value is (210,53,76). Sum of RGB (Red+Green+Blue) = 210+53+76=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2354C is #2DCAB3. Grayscale: #666666. Windows color (decimal): -3001012 or 4994514. OLE color: 4994514.

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

Color convert

RGB 210 53 76 -
CMYK 0 0.75 0.64 0.18
HSL 351.21º 0.64% 0.52% -
HSV(B) 351.21º 0.75% 0.82% -
XYZ 29.16 16.77 8.54 -
YUV 102.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 210 53 76 0 0.75 0.64 0.18 351.21 0.64 0.52
Hex D2 35 4C 0 4B 40 12 15F 40 34
Octal 322 65 114 0 113 100 22 537 100 64
Binary 11010010 110101 1001100 0 1001011 1000000 10010 101011111 1000000 110100

Color Harmonies of #D2354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2354C

Black with #D2354C

Text Example


Text Example

White with #D2354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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