Html Css Color HEX #D23544 Brick Red

📋 copy color: '#D23544'

red 210 ◦ green 53 ◦ blue 68

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

Shades of Brick Red #D23544

Tints of Brick Red #D23544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 63.44%
G = 16.01%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D23544 (or 0xD23544) is known color: Brick Red. HEX triplet: D2, 35 and 44. RGB value is (210,53,68). Sum of RGB (Red+Green+Blue) = 210+53+68=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D23544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23544 is #2DCABB. Grayscale: #656565. Windows color (decimal): -3001020 or 4470226. OLE color: 4470226.

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

Color convert

RGB 210 53 68 -
CMYK 0 0.75 0.68 0.18
HSL 354.27º 0.64% 0.52% -
HSV(B) 354.27º 0.75% 0.82% -
XYZ 28.89 16.67 7.16 -
YUV 101.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 210 53 68 0 0.75 0.68 0.18 354.27 0.64 0.52
Hex D2 35 44 0 4B 44 12 162 40 34
Octal 322 65 104 0 113 104 22 542 100 64
Binary 11010010 110101 1000100 0 1001011 1000100 10010 101100010 1000000 110100

Color Harmonies of #D23544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23544

Black with #D23544

Text Example


Text Example

White with #D23544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23544; }

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

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

background-color css

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

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

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

border-color css

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

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

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