Html Css Color HEX #D23344 Brick Red

📋 copy color: '#D23344'

red 210 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #D23344

Tints of Brick Red #D23344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 63.83%
G = 15.5%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D23344 (or 0xD23344) is known color: Brick Red. HEX triplet: D2, 33 and 44. RGB value is (210,51,68). Sum of RGB (Red+Green+Blue) = 210+51+68=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D23344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23344 is #2DCCBB. Grayscale: #646464. Windows color (decimal): -3001532 or 4469714. OLE color: 4469714.

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

Color convert

RGB 210 51 68 -
CMYK 0 0.76 0.68 0.18
HSL 353.58º 0.64% 0.51% -
HSV(B) 353.58º 0.76% 0.82% -
XYZ 28.81 16.49 7.13 -
YUV 100.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 210 51 68 0 0.76 0.68 0.18 353.58 0.64 0.51
Hex D2 33 44 0 4C 44 12 162 40 33
Octal 322 63 104 0 114 104 22 542 100 63
Binary 11010010 110011 1000100 0 1001100 1000100 10010 101100010 1000000 110011

Color Harmonies of #D23344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23344

Black with #D23344

Text Example


Text Example

White with #D23344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23344; }

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

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

background-color css

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

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

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

border-color css

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

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

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