Html Css Color HEX #D23046 Brick Red

📋 copy color: '#D23046'

red 210 ◦ green 48 ◦ blue 70

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

Shades of Brick Red #D23046

Tints of Brick Red #D23046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 64.02%
G = 14.63%
B = 21.34%

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

#D23046 (or 0xD23046) is known color: Brick Red. HEX triplet: D2, 30 and 46. RGB value is (210,48,70). Sum of RGB (Red+Green+Blue) = 210+48+70=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D23046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23046 is #2DCFB9. Grayscale: #636363. Windows color (decimal): -3002298 or 4600018. OLE color: 4600018.

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

Color convert

RGB 210 48 70 -
CMYK 0 0.77 0.67 0.18
HSL 351.85º 0.64% 0.51% -
HSV(B) 351.85º 0.77% 0.82% -
XYZ 28.74 16.26 7.42 -
YUV 98.95 111.67 207.21 -
System Red Green Blue C M Y K H S L
Decimal 210 48 70 0 0.77 0.67 0.18 351.85 0.64 0.51
Hex D2 30 46 0 4D 43 12 160 40 33
Octal 322 60 106 0 115 103 22 540 100 63
Binary 11010010 110000 1000110 0 1001101 1000011 10010 101100000 1000000 110011

Color Harmonies of #D23046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23046

Black with #D23046

Text Example


Text Example

White with #D23046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23046; }

 p { color: rgb(210,48,70); }

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

background-color css

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

 a { background-color: rgb(210,48,70); }

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

border-color css

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

 span { border-color: rgb(210,48,70); }

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