Html Css Color HEX #D23749 Brick Red

📋 copy color: '#D23749'

red 210 ◦ green 55 ◦ blue 73

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

Shades of Brick Red #D23749

Tints of Brick Red #D23749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 62.13%
G = 16.27%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D23749 (or 0xD23749) is known color: Brick Red. HEX triplet: D2, 37 and 49. RGB value is (210,55,73). Sum of RGB (Red+Green+Blue) = 210+55+73=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D23749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23749 is #2DC8B6. Grayscale: #676767. Windows color (decimal): -3000503 or 4798418. OLE color: 4798418.

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

Color convert

RGB 210 55 73 -
CMYK 0 0.74 0.65 0.18
HSL 353.03º 0.63% 0.52% -
HSV(B) 353.03º 0.74% 0.82% -
XYZ 29.15 16.92 8.03 -
YUV 103.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 210 55 73 0 0.74 0.65 0.18 353.03 0.63 0.52
Hex D2 37 49 0 4A 41 12 161 3F 34
Octal 322 67 111 0 112 101 22 541 77 64
Binary 11010010 110111 1001001 0 1001010 1000001 10010 101100001 111111 110100

Color Harmonies of #D23749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23749

Black with #D23749

Text Example


Text Example

White with #D23749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23749; }

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

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

background-color css

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

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

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

border-color css

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

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

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