Html Css Color HEX #D53347 Brick Red

📋 copy color: '#D53347'

red 213 ◦ green 51 ◦ blue 71

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

Shades of Brick Red #D53347

Tints of Brick Red #D53347

RGB

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

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

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

R = 63.58%
G = 15.22%
B = 21.19%

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

#D53347 (or 0xD53347) is known color: Brick Red. HEX triplet: D5, 33 and 47. RGB value is (213,51,71). Sum of RGB (Red+Green+Blue) = 213+51+71=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D53347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53347 is #2ACCB8. Grayscale: #656565. Windows color (decimal): -2804921 or 4666325. OLE color: 4666325.

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

Color convert

RGB 213 51 71 -
CMYK 0 0.76 0.67 0.16
HSL 352.59º 0.66% 0.52% -
HSV(B) 352.59º 0.76% 0.84% -
XYZ 29.76 16.97 7.67 -
YUV 101.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 213 51 71 0 0.76 0.67 0.16 352.59 0.66 0.52
Hex D5 33 47 0 4C 43 10 161 42 34
Octal 325 63 107 0 114 103 20 541 102 64
Binary 11010101 110011 1000111 0 1001100 1000011 10000 101100001 1000010 110100

Color Harmonies of #D53347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53347

Black with #D53347

Text Example


Text Example

White with #D53347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53347; }

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

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

background-color css

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

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

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

border-color css

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

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

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