Html Css Color HEX #D53241 Brick Red

📋 copy color: '#D53241'

red 213 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #D53241

Tints of Brick Red #D53241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 64.94%
G = 15.24%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D53241 (or 0xD53241) is known color: Brick Red. HEX triplet: D5, 32 and 41. RGB value is (213,50,65). Sum of RGB (Red+Green+Blue) = 213+50+65=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D53241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53241 is #2ACDBE. Grayscale: #646464. Windows color (decimal): -2805183 or 4272853. OLE color: 4272853.

HSL color Cylindrical-coordinate representation of color #D53241: hue angle of 354.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53241 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 65 -
CMYK 0 0.77 0.69 0.16
HSL 354.48º 0.66% 0.52% -
HSV(B) 354.48º 0.77% 0.84% -
XYZ 29.54 16.81 6.69 -
YUV 100.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 213 50 65 0 0.77 0.69 0.16 354.48 0.66 0.52
Hex D5 32 41 0 4D 45 10 162 42 34
Octal 325 62 101 0 115 105 20 542 102 64
Binary 11010101 110010 1000001 0 1001101 1000101 10000 101100010 1000010 110100

Color Harmonies of #D53241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53241

Black with #D53241

Text Example


Text Example

White with #D53241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53241; }

 p { color: rgb(213,50,65); }

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

background-color css

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

 a { background-color: rgb(213,50,65); }

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

border-color css

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

 span { border-color: rgb(213,50,65); }

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