Html Css Color HEX #D53346 Brick Red

📋 copy color: '#D53346'

red 213 ◦ green 51 ◦ blue 70

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

Shades of Brick Red #D53346

Tints of Brick Red #D53346

RGB

 RED value IS 213 (83.59% from 255) = 63.77%

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

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 63.77%
G = 15.27%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D53346 (or 0xD53346) is known color: Brick Red. HEX triplet: D5, 33 and 46. RGB value is (213,51,70). Sum of RGB (Red+Green+Blue) = 213+51+70=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D53346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53346 is #2ACCB9. Grayscale: #656565. Windows color (decimal): -2804922 or 4600789. OLE color: 4600789.

HSL color Cylindrical-coordinate representation of color #D53346: hue angle of 352.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53346 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 70 -
CMYK 0 0.76 0.67 0.16
HSL 352.96º 0.66% 0.52% -
HSV(B) 352.96º 0.76% 0.84% -
XYZ 29.73 16.96 7.5 -
YUV 101.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 213 51 70 0 0.76 0.67 0.16 352.96 0.66 0.52
Hex D5 33 46 0 4C 43 10 161 42 34
Octal 325 63 106 0 114 103 20 541 102 64
Binary 11010101 110011 1000110 0 1001100 1000011 10000 101100001 1000010 110100

Color Harmonies of #D53346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53346

Black with #D53346

Text Example


Text Example

White with #D53346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53346; }

 p { color: rgb(213,51,70); }

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

background-color css

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

 a { background-color: rgb(213,51,70); }

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

border-color css

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

 span { border-color: rgb(213,51,70); }

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