Html Css Color HEX #D23048 Brick Red

📋 copy color: '#D23048'

red 210 ◦ green 48 ◦ blue 72

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

Shades of Brick Red #D23048

Tints of Brick Red #D23048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 63.64%
G = 14.55%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D23048 (or 0xD23048) is known color: Brick Red. HEX triplet: D2, 30 and 48. RGB value is (210,48,72). Sum of RGB (Red+Green+Blue) = 210+48+72=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23048 is #2DCFB7. Grayscale: #636363. Windows color (decimal): -3002296 or 4731090. OLE color: 4731090.

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

Color convert

RGB 210 48 72 -
CMYK 0 0.77 0.66 0.18
HSL 351.11º 0.64% 0.51% -
HSV(B) 351.11º 0.77% 0.82% -
XYZ 28.8 16.28 7.76 -
YUV 99.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 210 48 72 0 0.77 0.66 0.18 351.11 0.64 0.51
Hex D2 30 48 0 4D 42 12 15F 40 33
Octal 322 60 110 0 115 102 22 537 100 63
Binary 11010010 110000 1001000 0 1001101 1000010 10010 101011111 1000000 110011

Color Harmonies of #D23048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23048

Black with #D23048

Text Example


Text Example

White with #D23048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23048; }

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

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

background-color css

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

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

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

border-color css

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

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

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