Html Css Color HEX #D23145 Brick Red

📋 copy color: '#D23145'

red 210 ◦ green 49 ◦ blue 69

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

Shades of Brick Red #D23145

Tints of Brick Red #D23145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

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

R = 64.02%
G = 14.94%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D23145 (or 0xD23145) is known color: Brick Red. HEX triplet: D2, 31 and 45. RGB value is (210,49,69). Sum of RGB (Red+Green+Blue) = 210+49+69=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D23145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23145 is #2DCEBA. Grayscale: #636363. Windows color (decimal): -3002043 or 4534738. OLE color: 4534738.

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

Color convert

RGB 210 49 69 -
CMYK 0 0.77 0.67 0.18
HSL 352.55º 0.64% 0.51% -
HSV(B) 352.55º 0.77% 0.82% -
XYZ 28.75 16.33 7.27 -
YUV 99.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 210 49 69 0 0.77 0.67 0.18 352.55 0.64 0.51
Hex D2 31 45 0 4D 43 12 161 40 33
Octal 322 61 105 0 115 103 22 541 100 63
Binary 11010010 110001 1000101 0 1001101 1000011 10010 101100001 1000000 110011

Color Harmonies of #D23145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23145

Black with #D23145

Text Example


Text Example

White with #D23145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23145; }

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

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

background-color css

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

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

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

border-color css

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

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

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