Html Css Color HEX #D63049 Brick Red

📋 copy color: '#D63049'

red 214 ◦ green 48 ◦ blue 73

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

Shades of Brick Red #D63049

Tints of Brick Red #D63049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

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

R = 63.88%
G = 14.33%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63049 (or 0xD63049) is known color: Brick Red. HEX triplet: D6, 30 and 49. RGB value is (214,48,73). Sum of RGB (Red+Green+Blue) = 214+48+73=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63049 is #29CFB6. Grayscale: #646464. Windows color (decimal): -2740151 or 4796630. OLE color: 4796630.

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

Color convert

RGB 214 48 73 -
CMYK 0 0.78 0.66 0.16
HSL 350.96º 0.67% 0.51% -
HSV(B) 350.96º 0.78% 0.84% -
XYZ 29.99 16.89 7.98 -
YUV 100.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 214 48 73 0 0.78 0.66 0.16 350.96 0.67 0.51
Hex D6 30 49 0 4E 42 10 15F 43 33
Octal 326 60 111 0 116 102 20 537 103 63
Binary 11010110 110000 1001001 0 1001110 1000010 10000 101011111 1000011 110011

Color Harmonies of #D63049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63049

Black with #D63049

Text Example


Text Example

White with #D63049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63049; }

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

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

background-color css

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

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

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

border-color css

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

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

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