Html Css Color HEX #D63648 Brick Red

📋 copy color: '#D63648'

red 214 ◦ green 54 ◦ blue 72

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

Shades of Brick Red #D63648

Tints of Brick Red #D63648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

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

R = 62.94%
G = 15.88%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63648 (or 0xD63648) is known color: Brick Red. HEX triplet: D6, 36 and 48. RGB value is (214,54,72). Sum of RGB (Red+Green+Blue) = 214+54+72=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D63648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63648 is #29C9B7. Grayscale: #676767. Windows color (decimal): -2738616 or 4732630. OLE color: 4732630.

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

Color convert

RGB 214 54 72 -
CMYK 0 0.75 0.66 0.16
HSL 353.25º 0.66% 0.53% -
HSV(B) 353.25º 0.75% 0.84% -
XYZ 30.22 17.4 7.9 -
YUV 103.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 214 54 72 0 0.75 0.66 0.16 353.25 0.66 0.53
Hex D6 36 48 0 4B 42 10 161 42 35
Octal 326 66 110 0 113 102 20 541 102 65
Binary 11010110 110110 1001000 0 1001011 1000010 10000 101100001 1000010 110101

Color Harmonies of #D63648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63648

Black with #D63648

Text Example


Text Example

White with #D63648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63648; }

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

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

background-color css

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

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

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

border-color css

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

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

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