Html Css Color HEX #D63C49 Brick Red

📋 copy color: '#D63C49'

red 214 ◦ green 60 ◦ blue 73

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

Shades of Brick Red #D63C49

Tints of Brick Red #D63C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

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

R = 61.67%
G = 17.29%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63C49 (or 0xD63C49) is known color: Brick Red. HEX triplet: D6, 3C and 49. RGB value is (214,60,73). Sum of RGB (Red+Green+Blue) = 214+60+73=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C49 is #29C3B6. Grayscale: #6B6B6B. Windows color (decimal): -2737079 or 4799702. OLE color: 4799702.

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

Color convert

RGB 214 60 73 -
CMYK 0 0.72 0.66 0.16
HSL 354.94º 0.65% 0.54% -
HSV(B) 354.94º 0.72% 0.84% -
XYZ 30.55 18.01 8.17 -
YUV 107.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 214 60 73 0 0.72 0.66 0.16 354.94 0.65 0.54
Hex D6 3C 49 0 48 42 10 163 41 36
Octal 326 74 111 0 110 102 20 543 101 66
Binary 11010110 111100 1001001 0 1001000 1000010 10000 101100011 1000001 110110

Color Harmonies of #D63C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C49

Black with #D63C49

Text Example


Text Example

White with #D63C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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