Html Css Color HEX #D52848 Brick Red

📋 copy color: '#D52848'

red 213 ◦ green 40 ◦ blue 72

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

Shades of Brick Red #D52848

Tints of Brick Red #D52848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 65.54%
G = 12.31%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D52848 (or 0xD52848) is known color: Brick Red. HEX triplet: D5, 28 and 48. RGB value is (213,40,72). Sum of RGB (Red+Green+Blue) = 213+40+72=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D52848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52848 is #2AD7B7. Grayscale: #5F5F5F. Windows color (decimal): -2807736 or 4729045. OLE color: 4729045.

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

Color convert

RGB 213 40 72 -
CMYK 0 0.81 0.66 0.16
HSL 348.9º 0.68% 0.5% -
HSV(B) 348.9º 0.81% 0.84% -
XYZ 29.37 16.13 7.7 -
YUV 95.38 114.81 211.9 -
System Red Green Blue C M Y K H S L
Decimal 213 40 72 0 0.81 0.66 0.16 348.9 0.68 0.5
Hex D5 28 48 0 51 42 10 15D 44 32
Octal 325 50 110 0 121 102 20 535 104 62
Binary 11010101 101000 1001000 0 1010001 1000010 10000 101011101 1000100 110010

Color Harmonies of #D52848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52848

Black with #D52848

Text Example


Text Example

White with #D52848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52848; }

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

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

background-color css

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

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

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

border-color css

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

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

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