Html Css Color HEX #D52846 Brick Red

📋 copy color: '#D52846'

red 213 ◦ green 40 ◦ blue 70

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

Shades of Brick Red #D52846

Tints of Brick Red #D52846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 65.94%
G = 12.38%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D52846 (or 0xD52846) is known color: Brick Red. HEX triplet: D5, 28 and 46. RGB value is (213,40,70). Sum of RGB (Red+Green+Blue) = 213+40+70=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D52846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52846 is #2AD7B9. Grayscale: #5F5F5F. Windows color (decimal): -2807738 or 4597973. OLE color: 4597973.

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

Color convert

RGB 213 40 70 -
CMYK 0 0.81 0.67 0.16
HSL 349.6º 0.68% 0.5% -
HSV(B) 349.6º 0.81% 0.84% -
XYZ 29.3 16.11 7.36 -
YUV 95.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 213 40 70 0 0.81 0.67 0.16 349.6 0.68 0.5
Hex D5 28 46 0 51 43 10 15E 44 32
Octal 325 50 106 0 121 103 20 536 104 62
Binary 11010101 101000 1000110 0 1010001 1000011 10000 101011110 1000100 110010

Color Harmonies of #D52846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52846

Black with #D52846

Text Example


Text Example

White with #D52846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52846; }

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

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

background-color css

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

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

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

border-color css

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

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

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