Html Css Color HEX #D52347 Brick Red

📋 copy color: '#D52347'

red 213 ◦ green 35 ◦ blue 71

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

Shades of Brick Red #D52347

Tints of Brick Red #D52347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

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

R = 66.77%
G = 10.97%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D52347 (or 0xD52347) is known color: Brick Red. HEX triplet: D5, 23 and 47. RGB value is (213,35,71). Sum of RGB (Red+Green+Blue) = 213+35+71=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D52347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52347 is #2ADCB8. Grayscale: #5C5C5C. Windows color (decimal): -2809017 or 4662229. OLE color: 4662229.

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

Color convert

RGB 213 35 71 -
CMYK 0 0.84 0.67 0.16
HSL 347.87º 0.72% 0.49% -
HSV(B) 347.87º 0.84% 0.84% -
XYZ 29.18 15.8 7.47 -
YUV 92.33 115.97 214.07 -
System Red Green Blue C M Y K H S L
Decimal 213 35 71 0 0.84 0.67 0.16 347.87 0.72 0.49
Hex D5 23 47 0 54 43 10 15C 48 31
Octal 325 43 107 0 124 103 20 534 110 61
Binary 11010101 100011 1000111 0 1010100 1000011 10000 101011100 1001000 110001

Color Harmonies of #D52347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52347

Black with #D52347

Text Example


Text Example

White with #D52347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52347; }

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

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

background-color css

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

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

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

border-color css

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

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

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