Html Css Color HEX #D83444 Brick Red

📋 copy color: '#D83444'

red 216 ◦ green 52 ◦ blue 68

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

Shades of Brick Red #D83444

Tints of Brick Red #D83444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

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

R = 64.29%
G = 15.48%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D83444 (or 0xD83444) is known color: Brick Red. HEX triplet: D8, 34 and 44. RGB value is (216,52,68). Sum of RGB (Red+Green+Blue) = 216+52+68=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D83444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83444 is #27CBBB. Grayscale: #666666. Windows color (decimal): -2608060 or 4469976. OLE color: 4469976.

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

Color convert

RGB 216 52 68 -
CMYK 0 0.76 0.69 0.15
HSL 354.15º 0.68% 0.53% -
HSV(B) 354.15º 0.76% 0.85% -
XYZ 30.59 17.47 7.23 -
YUV 102.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 216 52 68 0 0.76 0.69 0.15 354.15 0.68 0.53
Hex D8 34 44 0 4C 45 F 162 44 35
Octal 330 64 104 0 114 105 17 542 104 65
Binary 11011000 110100 1000100 0 1001100 1000101 1111 101100010 1000100 110101

Color Harmonies of #D83444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83444

Black with #D83444

Text Example


Text Example

White with #D83444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83444; }

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

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

background-color css

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

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

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

border-color css

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

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

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