Html Css Color HEX #D63746 Brick Red

📋 copy color: '#D63746'

red 214 ◦ green 55 ◦ blue 70

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

Shades of Brick Red #D63746

Tints of Brick Red #D63746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.22%

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

R = 63.13%
G = 16.22%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D63746 (or 0xD63746) is known color: Brick Red. HEX triplet: D6, 37 and 46. RGB value is (214,55,70). Sum of RGB (Red+Green+Blue) = 214+55+70=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63746 is #29C8B9. Grayscale: #686868. Windows color (decimal): -2738362 or 4601814. OLE color: 4601814.

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

Color convert

RGB 214 55 70 -
CMYK 0 0.74 0.67 0.16
HSL 354.34º 0.66% 0.53% -
HSV(B) 354.34º 0.74% 0.84% -
XYZ 30.2 17.47 7.57 -
YUV 104.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 214 55 70 0 0.74 0.67 0.16 354.34 0.66 0.53
Hex D6 37 46 0 4A 43 10 162 42 35
Octal 326 67 106 0 112 103 20 542 102 65
Binary 11010110 110111 1000110 0 1001010 1000011 10000 101100010 1000010 110101

Color Harmonies of #D63746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63746

Black with #D63746

Text Example


Text Example

White with #D63746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63746; }

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

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

background-color css

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

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

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

border-color css

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

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

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