Html Css Color HEX #D63F49 Brick Red

📋 copy color: '#D63F49'

red 214 ◦ green 63 ◦ blue 73

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

Shades of Brick Red #D63F49

Tints of Brick Red #D63F49

RGB

 RED value IS 214 (83.98% from 255) = 61.14%

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

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

R = 61.14%
G = 18%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63F49 (or 0xD63F49) is known color: Brick Red. HEX triplet: D6, 3F and 49. RGB value is (214,63,73). Sum of RGB (Red+Green+Blue) = 214+63+73=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F49 is #29C0B6. Grayscale: #6D6D6D. Windows color (decimal): -2736311 or 4800470. OLE color: 4800470.

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

Color convert

RGB 214 63 73 -
CMYK 0 0.71 0.66 0.16
HSL 356.03º 0.65% 0.54% -
HSV(B) 356.03º 0.71% 0.84% -
XYZ 30.71 18.33 8.22 -
YUV 109.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 214 63 73 0 0.71 0.66 0.16 356.03 0.65 0.54
Hex D6 3F 49 0 47 42 10 164 41 36
Octal 326 77 111 0 107 102 20 544 101 66
Binary 11010110 111111 1001001 0 1000111 1000010 10000 101100100 1000001 110110

Color Harmonies of #D63F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F49

Black with #D63F49

Text Example


Text Example

White with #D63F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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