Html Css Color HEX #D23949 Brick Red

📋 copy color: '#D23949'

red 210 ◦ green 57 ◦ blue 73

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

Shades of Brick Red #D23949

Tints of Brick Red #D23949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

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

R = 61.76%
G = 16.76%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D23949 (or 0xD23949) is known color: Brick Red. HEX triplet: D2, 39 and 49. RGB value is (210,57,73). Sum of RGB (Red+Green+Blue) = 210+57+73=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D23949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23949 is #2DC6B6. Grayscale: #686868. Windows color (decimal): -2999991 or 4798930. OLE color: 4798930.

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

Color convert

RGB 210 57 73 -
CMYK 0 0.73 0.65 0.18
HSL 353.73º 0.63% 0.52% -
HSV(B) 353.73º 0.73% 0.82% -
XYZ 29.24 17.11 8.06 -
YUV 104.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 210 57 73 0 0.73 0.65 0.18 353.73 0.63 0.52
Hex D2 39 49 0 49 41 12 162 3F 34
Octal 322 71 111 0 111 101 22 542 77 64
Binary 11010010 111001 1001001 0 1001001 1000001 10010 101100010 111111 110100

Color Harmonies of #D23949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23949

Black with #D23949

Text Example


Text Example

White with #D23949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23949; }

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

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

background-color css

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

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

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

border-color css

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

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

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