Html Css Color HEX #D23547 Brick Red

📋 copy color: '#D23547'

red 210 ◦ green 53 ◦ blue 71

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

Shades of Brick Red #D23547

Tints of Brick Red #D23547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.26%

R = 62.87%
G = 15.87%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D23547 (or 0xD23547) is known color: Brick Red. HEX triplet: D2, 35 and 47. RGB value is (210,53,71). Sum of RGB (Red+Green+Blue) = 210+53+71=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D23547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23547 is #2DCAB8. Grayscale: #666666. Windows color (decimal): -3001017 or 4666834. OLE color: 4666834.

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

Color convert

RGB 210 53 71 -
CMYK 0 0.75 0.66 0.18
HSL 353.12º 0.64% 0.52% -
HSV(B) 353.12º 0.75% 0.82% -
XYZ 28.99 16.7 7.66 -
YUV 102 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 210 53 71 0 0.75 0.66 0.18 353.12 0.64 0.52
Hex D2 35 47 0 4B 42 12 161 40 34
Octal 322 65 107 0 113 102 22 541 100 64
Binary 11010010 110101 1000111 0 1001011 1000010 10010 101100001 1000000 110100

Color Harmonies of #D23547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23547

Black with #D23547

Text Example


Text Example

White with #D23547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23547; }

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

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

background-color css

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

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

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

border-color css

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

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

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