Html Css Color HEX #D23147 Brick Red

📋 copy color: '#D23147'

red 210 ◦ green 49 ◦ blue 71

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

Shades of Brick Red #D23147

Tints of Brick Red #D23147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

 BLUE value IS 71 (28.13% from 255) = 21.52%

R = 63.64%
G = 14.85%
B = 21.52%

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

#D23147 (or 0xD23147) is known color: Brick Red. HEX triplet: D2, 31 and 47. RGB value is (210,49,71). Sum of RGB (Red+Green+Blue) = 210+49+71=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23147 is #2DCEB8. Grayscale: #636363. Windows color (decimal): -3002041 or 4665810. OLE color: 4665810.

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

Color convert

RGB 210 49 71 -
CMYK 0 0.77 0.66 0.18
HSL 351.8º 0.64% 0.51% -
HSV(B) 351.8º 0.77% 0.82% -
XYZ 28.81 16.35 7.6 -
YUV 99.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 210 49 71 0 0.77 0.66 0.18 351.8 0.64 0.51
Hex D2 31 47 0 4D 42 12 160 40 33
Octal 322 61 107 0 115 102 22 540 100 63
Binary 11010010 110001 1000111 0 1001101 1000010 10010 101100000 1000000 110011

Color Harmonies of #D23147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23147

Black with #D23147

Text Example


Text Example

White with #D23147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23147; }

 p { color: rgb(210,49,71); }

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

background-color css

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

 a { background-color: rgb(210,49,71); }

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

border-color css

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

 span { border-color: rgb(210,49,71); }

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