Html Css Color HEX #D83544 Brick Red

📋 copy color: '#D83544'

red 216 ◦ green 53 ◦ blue 68

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

Shades of Brick Red #D83544

Tints of Brick Red #D83544

RGB

 RED value IS 216 (84.77% from 255) = 64.09%

 GREEN value IS 53 (21.09% from 255) = 15.73%

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

R = 64.09%
G = 15.73%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D83544 (or 0xD83544) is known color: Brick Red. HEX triplet: D8, 35 and 44. RGB value is (216,53,68). Sum of RGB (Red+Green+Blue) = 216+53+68=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D83544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83544 is #27CABB. Grayscale: #676767. Windows color (decimal): -2607804 or 4470232. OLE color: 4470232.

HSL color Cylindrical-coordinate representation of color #D83544: hue angle of 354.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83544 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 53 68 -
CMYK 0 0.75 0.69 0.15
HSL 354.48º 0.68% 0.53% -
HSV(B) 354.48º 0.75% 0.85% -
XYZ 30.64 17.56 7.24 -
YUV 103.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 216 53 68 0 0.75 0.69 0.15 354.48 0.68 0.53
Hex D8 35 44 0 4B 45 F 162 44 35
Octal 330 65 104 0 113 105 17 542 104 65
Binary 11011000 110101 1000100 0 1001011 1000101 1111 101100010 1000100 110101

Color Harmonies of #D83544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83544

Black with #D83544

Text Example


Text Example

White with #D83544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83544; }

 p { color: rgb(216,53,68); }

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

background-color css

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

 a { background-color: rgb(216,53,68); }

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

border-color css

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

 span { border-color: rgb(216,53,68); }

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