Html Css Color HEX #D23445 Brick Red

📋 copy color: '#D23445'

red 210 ◦ green 52 ◦ blue 69

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

Shades of Brick Red #D23445

Tints of Brick Red #D23445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 63.44%
G = 15.71%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D23445 (or 0xD23445) is known color: Brick Red. HEX triplet: D2, 34 and 45. RGB value is (210,52,69). Sum of RGB (Red+Green+Blue) = 210+52+69=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D23445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23445 is #2DCBBA. Grayscale: #656565. Windows color (decimal): -3001275 or 4535506. OLE color: 4535506.

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

Color convert

RGB 210 52 69 -
CMYK 0 0.75 0.67 0.18
HSL 353.54º 0.64% 0.51% -
HSV(B) 353.54º 0.75% 0.82% -
XYZ 28.88 16.59 7.31 -
YUV 101.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 210 52 69 0 0.75 0.67 0.18 353.54 0.64 0.51
Hex D2 34 45 0 4B 43 12 162 40 33
Octal 322 64 105 0 113 103 22 542 100 63
Binary 11010010 110100 1000101 0 1001011 1000011 10010 101100010 1000000 110011

Color Harmonies of #D23445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23445

Black with #D23445

Text Example


Text Example

White with #D23445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23445; }

 p { color: rgb(210,52,69); }

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

background-color css

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

 a { background-color: rgb(210,52,69); }

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

border-color css

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

 span { border-color: rgb(210,52,69); }

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