Html Css Color HEX #D63A49 Brick Red

📋 copy color: '#D63A49'

red 214 ◦ green 58 ◦ blue 73

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

Shades of Brick Red #D63A49

Tints of Brick Red #D63A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

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

R = 62.03%
G = 16.81%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63A49 (or 0xD63A49) is known color: Brick Red. HEX triplet: D6, 3A and 49. RGB value is (214,58,73). Sum of RGB (Red+Green+Blue) = 214+58+73=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A49 is #29C5B6. Grayscale: #6A6A6A. Windows color (decimal): -2737591 or 4799190. OLE color: 4799190.

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

Color convert

RGB 214 58 73 -
CMYK 0 0.73 0.66 0.16
HSL 354.23º 0.66% 0.53% -
HSV(B) 354.23º 0.73% 0.84% -
XYZ 30.45 17.8 8.13 -
YUV 106.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 214 58 73 0 0.73 0.66 0.16 354.23 0.66 0.53
Hex D6 3A 49 0 49 42 10 162 42 35
Octal 326 72 111 0 111 102 20 542 102 65
Binary 11010110 111010 1001001 0 1001001 1000010 10000 101100010 1000010 110101

Color Harmonies of #D63A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A49

Black with #D63A49

Text Example


Text Example

White with #D63A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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