Html Css Color HEX #D53844 Brick Red

📋 copy color: '#D53844'

red 213 ◦ green 56 ◦ blue 68

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

Shades of Brick Red #D53844

Tints of Brick Red #D53844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 63.2%
G = 16.62%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D53844 (or 0xD53844) is known color: Brick Red. HEX triplet: D5, 38 and 44. RGB value is (213,56,68). Sum of RGB (Red+Green+Blue) = 213+56+68=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D53844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53844 is #2AC7BB. Grayscale: #686868. Windows color (decimal): -2803644 or 4470997. OLE color: 4470997.

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

Color convert

RGB 213 56 68 -
CMYK 0 0.74 0.68 0.16
HSL 355.41º 0.65% 0.53% -
HSV(B) 355.41º 0.74% 0.84% -
XYZ 29.9 17.39 7.25 -
YUV 104.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 213 56 68 0 0.74 0.68 0.16 355.41 0.65 0.53
Hex D5 38 44 0 4A 44 10 163 41 35
Octal 325 70 104 0 112 104 20 543 101 65
Binary 11010101 111000 1000100 0 1001010 1000100 10000 101100011 1000001 110101

Color Harmonies of #D53844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53844

Black with #D53844

Text Example


Text Example

White with #D53844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53844; }

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

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

background-color css

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

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

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

border-color css

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

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

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