Html Css Color HEX #D53B4B Brick Red

📋 copy color: '#D53B4B'

red 213 ◦ green 59 ◦ blue 75

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

Shades of Brick Red #D53B4B

Tints of Brick Red #D53B4B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 61.38%
G = 17%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D53B4B (or 0xD53B4B) is known color: Brick Red. HEX triplet: D5, 3B and 4B. RGB value is (213,59,75). Sum of RGB (Red+Green+Blue) = 213+59+75=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B4B is #2AC4B4. Grayscale: #6A6A6A. Windows color (decimal): -2802869 or 4930517. OLE color: 4930517.

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

Color convert

RGB 213 59 75 -
CMYK 0 0.72 0.65 0.16
HSL 353.77º 0.65% 0.53% -
HSV(B) 353.77º 0.72% 0.84% -
XYZ 30.27 17.78 8.49 -
YUV 106.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 213 59 75 0 0.72 0.65 0.16 353.77 0.65 0.53
Hex D5 3B 4B 0 48 41 10 162 41 35
Octal 325 73 113 0 110 101 20 542 101 65
Binary 11010101 111011 1001011 0 1001000 1000001 10000 101100010 1000001 110101

Color Harmonies of #D53B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B4B

Black with #D53B4B

Text Example


Text Example

White with #D53B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B4B; }

 p { color: rgb(213,59,75); }

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

background-color css

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

 a { background-color: rgb(213,59,75); }

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

border-color css

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

 span { border-color: rgb(213,59,75); }

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