Html Css Color HEX #D63B48 Brick Red

📋 copy color: '#D63B48'

red 214 ◦ green 59 ◦ blue 72

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

Shades of Brick Red #D63B48

Tints of Brick Red #D63B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 62.03%
G = 17.1%
B = 20.87%

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

#D63B48 (or 0xD63B48) is known color: Brick Red. HEX triplet: D6, 3B and 48. RGB value is (214,59,72). Sum of RGB (Red+Green+Blue) = 214+59+72=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B48 is #29C4B7. Grayscale: #6A6A6A. Windows color (decimal): -2737336 or 4733910. OLE color: 4733910.

HSL color Cylindrical-coordinate representation of color #D63B48: hue angle of 354.97º 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 #D63B48 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 59 72 -
CMYK 0 0.72 0.66 0.16
HSL 354.97º 0.65% 0.54% -
HSV(B) 354.97º 0.72% 0.84% -
XYZ 30.47 17.89 7.98 -
YUV 106.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 214 59 72 0 0.72 0.66 0.16 354.97 0.65 0.54
Hex D6 3B 48 0 48 42 10 163 41 36
Octal 326 73 110 0 110 102 20 543 101 66
Binary 11010110 111011 1001000 0 1001000 1000010 10000 101100011 1000001 110110

Color Harmonies of #D63B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63B48

Black with #D63B48

Text Example


Text Example

White with #D63B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63B48; }

 p { color: rgb(214,59,72); }

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

background-color css

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

 a { background-color: rgb(214,59,72); }

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

border-color css

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

 span { border-color: rgb(214,59,72); }

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