Html Css Color HEX #D23A4E Brick Red

📋 copy color: '#D23A4E'

red 210 ◦ green 58 ◦ blue 78

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

Shades of Brick Red #D23A4E

Tints of Brick Red #D23A4E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.76%

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 60.69%
G = 16.76%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D23A4E (or 0xD23A4E) is known color: Brick Red. HEX triplet: D2, 3A and 4E. RGB value is (210,58,78). Sum of RGB (Red+Green+Blue) = 210+58+78=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A4E is #2DC5B1. Grayscale: #696969. Windows color (decimal): -2999730 or 5126866. OLE color: 5126866.

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

Color convert

RGB 210 58 78 -
CMYK 0 0.72 0.63 0.18
HSL 352.11º 0.63% 0.53% -
HSV(B) 352.11º 0.72% 0.82% -
XYZ 29.47 17.28 8.99 -
YUV 105.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 210 58 78 0 0.72 0.63 0.18 352.11 0.63 0.53
Hex D2 3A 4E 0 48 3F 12 160 3F 35
Octal 322 72 116 0 110 77 22 540 77 65
Binary 11010010 111010 1001110 0 1001000 111111 10010 101100000 111111 110101

Color Harmonies of #D23A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A4E

Black with #D23A4E

Text Example


Text Example

White with #D23A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A4E; }

 p { color: rgb(210,58,78); }

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

background-color css

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

 a { background-color: rgb(210,58,78); }

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

border-color css

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

 span { border-color: rgb(210,58,78); }

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