Html Css Color HEX #D53C4D Brick Red

📋 copy color: '#D53C4D'

red 213 ◦ green 60 ◦ blue 77

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

Shades of Brick Red #D53C4D

Tints of Brick Red #D53C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 60.86%
G = 17.14%
B = 22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D53C4D (or 0xD53C4D) is known color: Brick Red. HEX triplet: D5, 3C and 4D. RGB value is (213,60,77). Sum of RGB (Red+Green+Blue) = 213+60+77=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53C4D is #2AC3B2. Grayscale: #6B6B6B. Windows color (decimal): -2802611 or 5061845. OLE color: 5061845.

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

Color convert

RGB 213 60 77 -
CMYK 0 0.72 0.64 0.16
HSL 353.33º 0.65% 0.54% -
HSV(B) 353.33º 0.72% 0.84% -
XYZ 30.4 17.91 8.88 -
YUV 107.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 213 60 77 0 0.72 0.64 0.16 353.33 0.65 0.54
Hex D5 3C 4D 0 48 40 10 161 41 36
Octal 325 74 115 0 110 100 20 541 101 66
Binary 11010101 111100 1001101 0 1001000 1000000 10000 101100001 1000001 110110

Color Harmonies of #D53C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C4D

Black with #D53C4D

Text Example


Text Example

White with #D53C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C4D; }

 p { color: rgb(213,60,77); }

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

background-color css

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

 a { background-color: rgb(213,60,77); }

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

border-color css

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

 span { border-color: rgb(213,60,77); }

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