Html Css Color HEX #D2323F Brick Red

📋 copy color: '#D2323F'

red 210 ◦ green 50 ◦ blue 63

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

Shades of Brick Red #D2323F

Tints of Brick Red #D2323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.5%

R = 65.02%
G = 15.48%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2323F (or 0xD2323F) is known color: Brick Red. HEX triplet: D2, 32 and 3F. RGB value is (210,50,63). Sum of RGB (Red+Green+Blue) = 210+50+63=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2323F is #2DCDC0. Grayscale: #636363. Windows color (decimal): -3001793 or 4141778. OLE color: 4141778.

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

Color convert

RGB 210 50 63 -
CMYK 0 0.76 0.70 0.18
HSL 355.13º 0.64% 0.51% -
HSV(B) 355.13º 0.76% 0.82% -
XYZ 28.62 16.34 6.35 -
YUV 99.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 210 50 63 0 0.76 0.70 0.18 355.13 0.64 0.51
Hex D2 32 3F 0 4C 46 12 163 40 33
Octal 322 62 77 0 114 106 22 543 100 63
Binary 11010010 110010 111111 0 1001100 1000110 10010 101100011 1000000 110011

Color Harmonies of #D2323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2323F

Black with #D2323F

Text Example


Text Example

White with #D2323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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