Html Css Color HEX #D23047 Brick Red

📋 copy color: '#D23047'

red 210 ◦ green 48 ◦ blue 71

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

Shades of Brick Red #D23047

Tints of Brick Red #D23047

RGB

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

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

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

R = 63.83%
G = 14.59%
B = 21.58%

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

#D23047 (or 0xD23047) is known color: Brick Red. HEX triplet: D2, 30 and 47. RGB value is (210,48,71). Sum of RGB (Red+Green+Blue) = 210+48+71=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D23047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23047 is #2DCFB8. Grayscale: #636363. Windows color (decimal): -3002297 or 4665554. OLE color: 4665554.

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

Color convert

RGB 210 48 71 -
CMYK 0 0.77 0.66 0.18
HSL 351.48º 0.64% 0.51% -
HSV(B) 351.48º 0.77% 0.82% -
XYZ 28.77 16.27 7.59 -
YUV 99.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 210 48 71 0 0.77 0.66 0.18 351.48 0.64 0.51
Hex D2 30 47 0 4D 42 12 15F 40 33
Octal 322 60 107 0 115 102 22 537 100 63
Binary 11010010 110000 1000111 0 1001101 1000010 10010 101011111 1000000 110011

Color Harmonies of #D23047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23047

Black with #D23047

Text Example


Text Example

White with #D23047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23047; }

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

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

background-color css

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

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

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

border-color css

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

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

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