Html Css Color HEX #D52944 Brick Red

📋 copy color: '#D52944'

red 213 ◦ green 41 ◦ blue 68

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

Shades of Brick Red #D52944

Tints of Brick Red #D52944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

 BLUE value IS 68 (26.95% from 255) = 21.12%

R = 66.15%
G = 12.73%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D52944 (or 0xD52944) is known color: Brick Red. HEX triplet: D5, 29 and 44. RGB value is (213,41,68). Sum of RGB (Red+Green+Blue) = 213+41+68=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D52944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52944 is #2AD6BB. Grayscale: #5F5F5F. Windows color (decimal): -2807484 or 4467157. OLE color: 4467157.

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

Color convert

RGB 213 41 68 -
CMYK 0 0.81 0.68 0.16
HSL 350.58º 0.68% 0.5% -
HSV(B) 350.58º 0.81% 0.84% -
XYZ 29.28 16.15 7.04 -
YUV 95.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 213 41 68 0 0.81 0.68 0.16 350.58 0.68 0.5
Hex D5 29 44 0 51 44 10 15F 44 32
Octal 325 51 104 0 121 104 20 537 104 62
Binary 11010101 101001 1000100 0 1010001 1000100 10000 101011111 1000100 110010

Color Harmonies of #D52944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52944

Black with #D52944

Text Example


Text Example

White with #D52944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52944; }

 p { color: rgb(213,41,68); }

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

background-color css

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

 a { background-color: rgb(213,41,68); }

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

border-color css

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

 span { border-color: rgb(213,41,68); }

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