Html Css Color HEX #D63646 Brick Red

📋 copy color: '#D63646'

red 214 ◦ green 54 ◦ blue 70

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

Shades of Brick Red #D63646

Tints of Brick Red #D63646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 63.31%
G = 15.98%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D63646 (or 0xD63646) is known color: Brick Red. HEX triplet: D6, 36 and 46. RGB value is (214,54,70). Sum of RGB (Red+Green+Blue) = 214+54+70=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D63646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63646 is #29C9B9. Grayscale: #676767. Windows color (decimal): -2738618 or 4601558. OLE color: 4601558.

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

Color convert

RGB 214 54 70 -
CMYK 0 0.75 0.67 0.16
HSL 354º 0.66% 0.53% -
HSV(B) 354º 0.75% 0.84% -
XYZ 30.16 17.38 7.56 -
YUV 103.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 214 54 70 0 0.75 0.67 0.16 354 0.66 0.53
Hex D6 36 46 0 4B 43 10 162 42 35
Octal 326 66 106 0 113 103 20 542 102 65
Binary 11010110 110110 1000110 0 1001011 1000011 10000 101100010 1000010 110101

Color Harmonies of #D63646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63646

Black with #D63646

Text Example


Text Example

White with #D63646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63646; }

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

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

background-color css

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

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

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

border-color css

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

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

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