Html Css Color HEX #D23343 Brick Red

📋 copy color: '#D23343'

red 210 ◦ green 51 ◦ blue 67

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

Shades of Brick Red #D23343

Tints of Brick Red #D23343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.43%

R = 64.02%
G = 15.55%
B = 20.43%

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

#D23343 (or 0xD23343) is known color: Brick Red. HEX triplet: D2, 33 and 43. RGB value is (210,51,67). Sum of RGB (Red+Green+Blue) = 210+51+67=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D23343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23343 is #2DCCBC. Grayscale: #646464. Windows color (decimal): -3001533 or 4404178. OLE color: 4404178.

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

Color convert

RGB 210 51 67 -
CMYK 0 0.76 0.68 0.18
HSL 353.96º 0.64% 0.51% -
HSV(B) 353.96º 0.76% 0.82% -
XYZ 28.78 16.47 6.97 -
YUV 100.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 210 51 67 0 0.76 0.68 0.18 353.96 0.64 0.51
Hex D2 33 43 0 4C 44 12 162 40 33
Octal 322 63 103 0 114 104 22 542 100 63
Binary 11010010 110011 1000011 0 1001100 1000100 10010 101100010 1000000 110011

Color Harmonies of #D23343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23343

Black with #D23343

Text Example


Text Example

White with #D23343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23343; }

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

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

background-color css

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

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

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

border-color css

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

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

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