Html Css Color HEX #D2324B Brick Red

📋 copy color: '#D2324B'

red 210 ◦ green 50 ◦ blue 75

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

Shades of Brick Red #D2324B

Tints of Brick Red #D2324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 62.69%
G = 14.93%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2324B (or 0xD2324B) is known color: Brick Red. HEX triplet: D2, 32 and 4B. RGB value is (210,50,75). Sum of RGB (Red+Green+Blue) = 210+50+75=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2324B is #2DCDB4. Grayscale: #646464. Windows color (decimal): -3001781 or 4928210. OLE color: 4928210.

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

Color convert

RGB 210 50 75 -
CMYK 0 0.76 0.64 0.18
HSL 350.63º 0.64% 0.51% -
HSV(B) 350.63º 0.76% 0.82% -
XYZ 28.99 16.49 8.31 -
YUV 100.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 210 50 75 0 0.76 0.64 0.18 350.63 0.64 0.51
Hex D2 32 4B 0 4C 40 12 15F 40 33
Octal 322 62 113 0 114 100 22 537 100 63
Binary 11010010 110010 1001011 0 1001100 1000000 10010 101011111 1000000 110011

Color Harmonies of #D2324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2324B

Black with #D2324B

Text Example


Text Example

White with #D2324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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