Html Css Color HEX #D2354B Brick Red

📋 copy color: '#D2354B'

red 210 ◦ green 53 ◦ blue 75

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

Shades of Brick Red #D2354B

Tints of Brick Red #D2354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 62.13%
G = 15.68%
B = 22.19%

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

#D2354B (or 0xD2354B) is known color: Brick Red. HEX triplet: D2, 35 and 4B. RGB value is (210,53,75). Sum of RGB (Red+Green+Blue) = 210+53+75=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2354B is #2DCAB4. Grayscale: #666666. Windows color (decimal): -3001013 or 4928978. OLE color: 4928978.

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

Color convert

RGB 210 53 75 -
CMYK 0 0.75 0.64 0.18
HSL 351.59º 0.64% 0.52% -
HSV(B) 351.59º 0.75% 0.82% -
XYZ 29.12 16.76 8.36 -
YUV 102.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 210 53 75 0 0.75 0.64 0.18 351.59 0.64 0.52
Hex D2 35 4B 0 4B 40 12 160 40 34
Octal 322 65 113 0 113 100 22 540 100 64
Binary 11010010 110101 1001011 0 1001011 1000000 10010 101100000 1000000 110100

Color Harmonies of #D2354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2354B

Black with #D2354B

Text Example


Text Example

White with #D2354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2354B; }

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

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

background-color css

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

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

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

border-color css

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

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

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