Html Css Color HEX #D83F49 Brick Red

📋 copy color: '#D83F49'

red 216 ◦ green 63 ◦ blue 73

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

Shades of Brick Red #D83F49

Tints of Brick Red #D83F49

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 61.36%
G = 17.9%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D83F49 (or 0xD83F49) is known color: Brick Red. HEX triplet: D8, 3F and 49. RGB value is (216,63,73). Sum of RGB (Red+Green+Blue) = 216+63+73=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F49 is #27C0B6. Grayscale: #6E6E6E. Windows color (decimal): -2605239 or 4800472. OLE color: 4800472.

HSL color Cylindrical-coordinate representation of color #D83F49: hue angle of 356.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F49 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 63 73 -
CMYK 0 0.71 0.66 0.15
HSL 356.08º 0.66% 0.55% -
HSV(B) 356.08º 0.71% 0.85% -
XYZ 31.3 18.63 8.25 -
YUV 109.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 216 63 73 0 0.71 0.66 0.15 356.08 0.66 0.55
Hex D8 3F 49 0 47 42 F 164 42 37
Octal 330 77 111 0 107 102 17 544 102 67
Binary 11011000 111111 1001001 0 1000111 1000010 1111 101100100 1000010 110111

Color Harmonies of #D83F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F49

Black with #D83F49

Text Example


Text Example

White with #D83F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F49; }

 p { color: rgb(216,63,73); }

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

background-color css

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

 a { background-color: rgb(216,63,73); }

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

border-color css

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

 span { border-color: rgb(216,63,73); }

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