Html Css Color HEX #D23347 Brick Red

📋 copy color: '#D23347'

red 210 ◦ green 51 ◦ blue 71

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

Shades of Brick Red #D23347

Tints of Brick Red #D23347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 63.25%
G = 15.36%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D23347 (or 0xD23347) is known color: Brick Red. HEX triplet: D2, 33 and 47. RGB value is (210,51,71). Sum of RGB (Red+Green+Blue) = 210+51+71=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D23347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23347 is #2DCCB8. Grayscale: #646464. Windows color (decimal): -3001529 or 4666322. OLE color: 4666322.

HSL color Cylindrical-coordinate representation of color #D23347: hue angle of 352.45º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23347 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 51 71 -
CMYK 0 0.76 0.66 0.18
HSL 352.45º 0.64% 0.51% -
HSV(B) 352.45º 0.76% 0.82% -
XYZ 28.9 16.52 7.63 -
YUV 100.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 210 51 71 0 0.76 0.66 0.18 352.45 0.64 0.51
Hex D2 33 47 0 4C 42 12 160 40 33
Octal 322 63 107 0 114 102 22 540 100 63
Binary 11010010 110011 1000111 0 1001100 1000010 10010 101100000 1000000 110011

Color Harmonies of #D23347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23347

Black with #D23347

Text Example


Text Example

White with #D23347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23347; }

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

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

background-color css

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

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

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

border-color css

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

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

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