Html Css Color HEX #D23049 Brick Red

📋 copy color: '#D23049'

red 210 ◦ green 48 ◦ blue 73

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

Shades of Brick Red #D23049

Tints of Brick Red #D23049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 63.44%
G = 14.5%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D23049 (or 0xD23049) is known color: Brick Red. HEX triplet: D2, 30 and 49. RGB value is (210,48,73). Sum of RGB (Red+Green+Blue) = 210+48+73=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D23049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23049 is #2DCFB6. Grayscale: #636363. Windows color (decimal): -3002295 or 4796626. OLE color: 4796626.

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

Color convert

RGB 210 48 73 -
CMYK 0 0.77 0.65 0.18
HSL 350.74º 0.64% 0.51% -
HSV(B) 350.74º 0.77% 0.82% -
XYZ 28.84 16.3 7.93 -
YUV 99.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 210 48 73 0 0.77 0.65 0.18 350.74 0.64 0.51
Hex D2 30 49 0 4D 41 12 15F 40 33
Octal 322 60 111 0 115 101 22 537 100 63
Binary 11010010 110000 1001001 0 1001101 1000001 10010 101011111 1000000 110011

Color Harmonies of #D23049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23049

Black with #D23049

Text Example


Text Example

White with #D23049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23049; }

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

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

background-color css

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

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

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

border-color css

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

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

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