Html Css Color HEX #D53443 Brick Red

📋 copy color: '#D53443'

red 213 ◦ green 52 ◦ blue 67

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

Shades of Brick Red #D53443

Tints of Brick Red #D53443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

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

R = 64.16%
G = 15.66%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D53443 (or 0xD53443) is known color: Brick Red. HEX triplet: D5, 34 and 43. RGB value is (213,52,67). Sum of RGB (Red+Green+Blue) = 213+52+67=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D53443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53443 is #2ACBBC. Grayscale: #656565. Windows color (decimal): -2804669 or 4404437. OLE color: 4404437.

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

Color convert

RGB 213 52 67 -
CMYK 0 0.76 0.69 0.16
HSL 354.41º 0.66% 0.52% -
HSV(B) 354.41º 0.76% 0.84% -
XYZ 29.68 17.01 7.03 -
YUV 101.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 213 52 67 0 0.76 0.69 0.16 354.41 0.66 0.52
Hex D5 34 43 0 4C 45 10 162 42 34
Octal 325 64 103 0 114 105 20 542 102 64
Binary 11010101 110100 1000011 0 1001100 1000101 10000 101100010 1000010 110100

Color Harmonies of #D53443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53443

Black with #D53443

Text Example


Text Example

White with #D53443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53443; }

 p { color: rgb(213,52,67); }

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

background-color css

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

 a { background-color: rgb(213,52,67); }

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

border-color css

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

 span { border-color: rgb(213,52,67); }

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